#include "petscmat.h" PetscErrorCode MatCreateLRC(Mat A,Mat U, Mat V,Mat *N)Collective on Mat Many br
A | - the (sparse) matrix Many br | |
U. V | - two dense rectangular (tall and skinny) matrices Many br |
Many br
Notes: The matrix A + U*V' is not formed! Rather the new matrix Many brobject performs the matrix-vector product by first multiplying by Many brA and then adding the other term Many br
Level:intermediate
Location:src/mat/impls/lrc/lrc.c
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages