H2Lib  3.0
Data Fields
_rkmatrix Struct Reference

Representation of a low-rank matrix in factorized form $R = A B^*$. More...

#include <rkmatrix.h>

Data Fields

amatrix A
 
amatrix B
 
uint k
 

Detailed Description

Representation of a low-rank matrix in factorized form $R = A B^*$.

Field Documentation

Row factor $A$.

Column factor $B$.

uint k

Maximal rank, i.e., number of columns of $A$ and $B$.


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