Xped
Loading...
Searching...
No Matches
MatrixInterface_Cyclops_impl.cpp File Reference
Include dependency graph for MatrixInterface_Cyclops_impl.cpp:
This graph shows which files directly or indirectly include this file:

Namespaces

namespace  Xped
 

Typedefs

template<typename Scalar >
using Xped::MType = CTF::Matrix< Scalar >
 
template<typename Scalar >
using Xped::cMType = const CTF::Matrix< Scalar >
 
template<typename Scalar >
using Xped::MapMType = CTF::Matrix< Scalar >
 
template<typename Scalar >
using Xped::cMapMType = const CTF::Matrix< Scalar >
 
using Xped::MIndextype = int
 

Functions

template<typename Scalar , typename MTL , typename MTR >
MType< Scalar > Xped::diagBinaryFunc (MTL &&M_left, const MTR &&M_right, const std::function< Scalar(Scalar, Scalar)> &func)
 
template<typename Scalar , typename MTL , typename MTR >
MType< Scalar > Xped::binaryFunc (MTL &&M_left, const MTR &&M_right, const std::function< Scalar(Scalar, Scalar)> &func)