Public Attributes | List of all members
gft::Matrix::_matrix Struct Reference

#include <gft_matrix.h>

Public Attributes

float ** val
 
int ncols
 
int nrows
 

Detailed Description

It supports both linear and two-dimensional access (i.e., M->val[0][p] or M->val[i][j] for an entry (i,j) at address p=j+i*ncols).

Member Data Documentation

int gft::Matrix::_matrix::ncols
int gft::Matrix::_matrix::nrows
float** gft::Matrix::_matrix::val

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