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

Dense matrix of REAL type. More...

#include <fasp.h>

Data Fields

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

Detailed Description

Dense matrix of REAL type.

A dense REAL matrix

Definition at line 111 of file fasp.h.

Field Documentation

◆ col

INT col

number of columns

Definition at line 117 of file fasp.h.

◆ row

INT row

number of rows

Definition at line 114 of file fasp.h.

◆ val

REAL** val

actual matrix entries

Definition at line 120 of file fasp.h.


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