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

Fixture with a pre-filled matrix. More...

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

Public Member Functions

 FilledMatrix ()
 

Public Attributes

DynMatrix< intmat
 

Detailed Description

Fixture with a pre-filled matrix.

Definition at line 82 of file dynmat_test.cc.

Constructor & Destructor Documentation

◆ FilledMatrix()

FilledMatrix::FilledMatrix ( )
inline

Definition at line 86 of file dynmat_test.cc.

References mat, SMALL_M, SMALL_N, and Aleph::DynMatrix< T >::write().

Member Data Documentation

◆ mat

DynMatrix<int> FilledMatrix::mat

Definition at line 84 of file dynmat_test.cc.

Referenced by FilledMatrix().


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