Lines Matching full:matrix
23 * \param mat matrix of linear system of equations
64 typedef Matrix < RealScalar, Dynamic, 1 > RealVectorType;
65 typedef Matrix < Scalar, Dynamic, 1 > VectorType;
66 typedef Matrix < Scalar, Dynamic, Dynamic > FMatrixType;
102 // apply matrix M to v: v = mat * v;
144 // insert coefficients into upper matrix triangle
224 * \tparam _MatrixType the type of the sparse matrix A, can be a dense or a sparse matrix.
288 /** Initialize the solver with matrix \a A for further \c Ax=b solving.
293 * \warning this class stores a reference to the matrix A as well as some
296 * matrix A, or modify a copy of A.
322 && "GMRES::solve(): invalid number of rows of the right hand side matrix b");