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

Dense matrix of INT type. More...

#include <fasp.h>

Data Fields

INT row
 number of rows More...
 
INT col
 number of columns More...
 
INT ** val
 actual matrix entries More...
 

Detailed Description

Dense matrix of INT type.

A dense INT matrix

Definition at line 130 of file fasp.h.

Field Documentation

◆ col

INT col

number of columns

Definition at line 136 of file fasp.h.

◆ row

INT row

number of rows

Definition at line 133 of file fasp.h.

◆ val

INT** val

actual matrix entries

Definition at line 139 of file fasp.h.


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