LINEAR++ library: AFF to LAPACK
linear::op Namespace Reference

Operators for simple matrix and vector operations. More...

Functions

void checkNxM (const TDmatrix::Tcoc &A)
 check expected libaff array shape for NxM matrix. More...
 
TDmatrix dotNxM (const TDmatrix::Tcoc &, const TDmatrix::Tcoc &)
 dot product for NxM matrices. More...
 
TDmatrix transposeNxM (const TDmatrix::Tcoc &)
 calculate transpose of NxM matrix. More...
 

Detailed Description

Operators for simple matrix and vector operations.