Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
SmallIntMatrix Struct Reference

Fixture with a small integer matrix. More...

Inheritance diagram for SmallIntMatrix:
[legend]
Collaboration diagram for SmallIntMatrix:
[legend]

Public Member Functions

 SmallIntMatrix ()
 

Public Attributes

DynMatrix< intmat
 

Detailed Description

Fixture with a small integer matrix.

Definition at line 74 of file dynmat_test.cc.

Constructor & Destructor Documentation

◆ SmallIntMatrix()

SmallIntMatrix::SmallIntMatrix ( )
inline

Definition at line 78 of file dynmat_test.cc.

Member Data Documentation

◆ mat

DynMatrix<int> SmallIntMatrix::mat

Definition at line 76 of file dynmat_test.cc.


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