MatMatMultNumeric

Performs the numeric matrix-matrix product. Call this routine after first calling MatMatMultSymbolic().

Synopsis

#include "petscmat.h" 
PetscErrorCode MatMatMultNumeric(Mat A,Mat B,Mat C)
Collective on Mat

Input Parameters

A - the left matrix
B - the right matrix

Output Parameters

C -the product matrix, whose ij structure was defined from MatMatMultSymbolic().

Notes

C must have been created with MatMatMultSymbolic.

This routine is currently only implemented for SeqAIJ type matrices.

See Also

MatMatMult(),MatMatMultSymbolic()

Level:intermediate
Location:
src/mat/impls/aij/seq/matmatmult.c
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages