My Project
 All Classes Files Functions Variables Typedefs Enumerations Enumerator
Public Attributes | List of all members
Matrix Struct Reference

#include <matrix.h>

Public Attributes

int lines
 
int columns
 
double determinant
 
double trace
 
double ** value
 
struct Matrixinverse
 

Member Data Documentation

int Matrix::columns
double Matrix::determinant
struct Matrix* Matrix::inverse
int Matrix::lines
double Matrix::trace
double** Matrix::value

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