![]() |
Shapeworks Studio
2.1
Shape analysis software suite
|
Public Member Functions | |
| matrix (int r, int c) | |
| void | zero () |
| double * | operator[] (int i) |
| double & | operator() (int i, int j) |
| bool | solve (vector< double > &x, vector< double > &b) |
| bool | lsq_solve (vector< double > &x, vector< double > &b) |
| bool | eigen_vectors (matrix &Eigen, vector< double > &eigen_values) |
| int | Rows () |
| void | mult_transpose (vector< double > &x, vector< double > &y) |
| void | mult_transpose_self (matrix &AAt) |
1.8.11