Lines Matching full:matrix
20 * NOTE It is assumed that the matrix does not have empty row or column,
28 * // Compute the left and right scaling vectors. The matrix is equilibrated at output
38 * \tparam _MatrixType the type of the matrix. It should be a real square sparsematrix
40 * References : D. Ruiz and B. Ucar, A Symmetry Preserving Algorithm for Matrix Scaling, INRIA Research report RR-7552
57 Scaling(const MatrixType& matrix)
60 compute(matrix);
66 * Compute the left and right diagonal matrices to scale the input matrix @p mat
76 assert((m>0 && m == n) && "Please give a non - empty matrix");
113 // Scale the rows and the columns of the matrix
137 * the input matrix is scaled with the computed vectors at output
146 /** Get the vector to scale the rows of the matrix
153 /** Get the vector to scale the columns of the matrix