|
LINEAR++ library: AFF to LAPACK
|
| TDmatrix linear::op::dotNxM | ( | const TDmatrix::Tcoc & | , |
| const TDmatrix::Tcoc & | |||
| ) |
dot product for NxM matrices.
We cannot simply overload the operator*() function. The general libaff array underlying TDmatrix is an NxMxKxL matrix, even if used for an NxM matrix. In most cases this doesn't matter. But with matrix dot products we have to distinguish.
Definition at line 45 of file dot.cc.
References checkNxM(), and LINEAR_assert.
Referenced by main(), and test().

