Lines Matching refs:factor
164 hold the factor using
167 MatGetFactor(Mat matrix,MatSolverType package,MatFactorType ftype,Mat *factor);
173 MatICCFactorSymbolic(Mat factor,Mat matrix,IS perm,const MatFactorInfo *info);
174 MatCholeskyFactorSymbolic(Mat factor,Mat matrix,IS perm,const MatFactorInfo *info);
175 MatCholeskyFactorNumeric(Mat factor,Mat matrix,const MatFactorInfo);
177 MatILUFactorSymbolic(Mat factor,Mat matrix,IS rowperm,IS colperm,const MatFactorInfo *info);
178 MatLUFactorSymbolic(Mat factor,Mat matrix,IS rowperm,IS colperm,const MatFactorInfo *info);
179 MatLUFactorNumeric(Mat factor,Mat matrix,const MatFactorInfo *info);
181 MatQRFactorSymbolic(Mat factor,Mat matrix,IS perm,const MatFactorInfo *info);
182 MatQRFactorNumeric(Mat factor,Mat matrix,const MatFactorInfo *info);
185 In this case, the contents of the matrix `factor` is undefined between
189 input `matrix` and the *same* factored `factor` matrix. It is
201 symbolic and numeric phases cannot be stored in a `factor` matrix, and
204 combined factor routines do either in-place or out-of-place