45 #ifndef LINEAR_OPERATORS_H_VERSION 47 #define LINEAR_OPERATORS_H_VERSION \ 48 "LINEAR_OPERATORS_H V1.0" 59 void checkNxM(
const TDmatrix::Tcoc& A);
77 #endif // LINEAR_OPERATORS_H_VERSION (includeguard) aff::Array< double > TDmatrix
TDmatrix transposeNxM(const TDmatrix::Tcoc &A)
calculate transpose of NxM matrix.
void checkNxM(const TDmatrix::Tcoc &A)
check expected libaff array shape for NxM matrix.
define Matrix class based on libaff (prototypes)
TDmatrix dotNxM(const TDmatrix::Tcoc &A, const TDmatrix::Tcoc &B)
dot product for NxM matrices.
Modules of liblinearxx.a.