#include <DenseMatrixArithmeticsNN.h>
Public Member Functions | |
| DenseMatrixArithmetics2x2 (long n) | |
| void | GetInversion (double *C, double *pA) |
| void | SubATBproduct (double *pC, double *pa, double *pb) |
Definition at line 139 of file DenseMatrixArithmeticsNN.h.
| DenseMatrixArithmetics2x2 | ( | long | n | ) | [inline] |
Definition at line 142 of file DenseMatrixArithmeticsNN.h.
| void GetInversion | ( | double * | C, | |
| double * | pA | |||
| ) | [virtual] |
Reimplemented from DenseMatrixArithmetics.
Definition at line 552 of file DenseMatrixArithmeticsNN.cpp.
| void SubATBproduct | ( | double * | pC, | |
| double * | pa, | |||
| double * | pb | |||
| ) | [virtual] |
Reimplemented from DenseMatrixArithmetics.
Definition at line 544 of file DenseMatrixArithmeticsNN.cpp.
1.6.2