Fast Auxiliary Space Preconditioning 2.7.7 Aug/28/2022
Loading...
Searching...
No Matches
mxv_matfree Struct Reference

Matrix-vector multiplication, replace the actual matrix. More...

#include <fasp.h>

Data Fields

void * data
 data for MxV, can be a Matrix or something else More...
 
void(* fct )(const void *, const REAL *, REAL *)
 action for MxV, void function pointer More...
 

Detailed Description

Matrix-vector multiplication, replace the actual matrix.

Definition at line 1109 of file fasp.h.

Field Documentation

◆ data

void* data

data for MxV, can be a Matrix or something else

Definition at line 1112 of file fasp.h.

◆ fct

void(* fct) (const void *, const REAL *, REAL *)

action for MxV, void function pointer

Definition at line 1115 of file fasp.h.


The documentation for this struct was generated from the following file: