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 ith entry, i from 0 to size()-1. |
|
| |
set the ith entry to value. |
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 MX=B (in the least square sense if M is not square) using a singular value decomposition and returns the condition number of M. The solution is stored in B. |