It describes the linear algebra types and algorithms needed by the class Monge_via_jet_fitting.
| |
The scalar type.
| |
| |
The vector type.
| |
| |
The matrix type.
|
| |
initialize all the elements of the vector to zero.
|
|
|
|
|
| return the entry, from to . |
|
| |
set the entry to . |
The type Matrix has the access methods
| |
initialize all the entries of the matrix to zero.
|
The concept SvdTraits has a linear solver using a singular value decomposition algorithm.
|
| |
Solves the system (in the least square sense if is not square) using a singular value decomposition and returns the condition number of . The solution is stored in . |