Home | History | Annotate | Download | only in ceres

Lines Matching full:matrix

47 // information about the sparsity structure of the matrix is
52 // sparse matrix will have a two part representation. A values array
53 // that will be used to store the entries of the sparse matrix and
61 // the structure of the sparse matrix as that seems to be highly
62 // matrix type dependent and we are at this stage unable to come up
64 // matrix types.
84 // sparse matrix.
85 virtual void ToDenseMatrix(Matrix* dense_matrix) const = 0;
87 // Write out the matrix as a sequence of (i,j,s) triplets. This
88 // format is useful for loading the matrix into MATLAB/octave as a
89 // sparse matrix.
93 // sparse matrix. The exact interpreptation of the values of this