|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Public Types | |
| using | V1 = Vector< char, int > |
| using | V2 = Vector< string, int > |
| using | Mat1 = Matrix< char, string, int > |
| using | Mat2 = Matrix< string, char, int > |
Public Attributes | |
| AlDomain< char > | rd = { 'a', 'b', 'c', 'd', 'e' } |
| AlDomain< string > | cd = { "A", "B", "C", "D" } |
| V1 | v1_zero = { rd } |
| V1 | v1 = { rd, range<int>(rd.size()) } |
| V1 | v1_odd |
| V1 | v1_even |
| V2 | v2_zero = { cd } |
| V2 | v2 = { cd, range<int>(cd.size()) } |
| V2 | v2_odd |
| V2 | v2_even |
| Mat1 | m1_zero = { rd, cd } |
| Mat1 | m1_one |
| Mat1 | m1_odd = Mat1::create_by_rows(rd, rep<V2>(rd.size(), v2_odd)) |
| Mat1 | m1_even = Mat1::create_by_rows(rd, rep<V2>(rd.size(), v2_even)) |
| Mat2 | m2_zero = { cd, rd } |
| Mat2 | m2_one |
| Mat2 | m2_odd = Mat2::create_by_columns(rd, rep<V2>(cd.size(), v2_odd)) |
| Mat2 | m2_even = Mat2::create_by_columns(rd, rep<V2>(cd.size(), v2_even)) |
Definition at line 47 of file al-matrix.cc.
| using SmallDomains::Mat1 = Matrix<char, string, int> |
Definition at line 53 of file al-matrix.cc.
| using SmallDomains::Mat2 = Matrix<string, char, int> |
Definition at line 54 of file al-matrix.cc.
Definition at line 51 of file al-matrix.cc.
| using SmallDomains::V2 = Vector<string, int> |
Definition at line 52 of file al-matrix.cc.
| AlDomain<string> SmallDomains::cd = { "A", "B", "C", "D" } |
Definition at line 50 of file al-matrix.cc.
Definition at line 74 of file al-matrix.cc.
Definition at line 73 of file al-matrix.cc.
| Mat1 SmallDomains::m1_one |
Definition at line 71 of file al-matrix.cc.
Definition at line 70 of file al-matrix.cc.
Definition at line 80 of file al-matrix.cc.
Definition at line 79 of file al-matrix.cc.
| Mat2 SmallDomains::m2_one |
Definition at line 77 of file al-matrix.cc.
Definition at line 76 of file al-matrix.cc.
Definition at line 49 of file al-matrix.cc.
| V1 SmallDomains::v1_even |
Definition at line 60 of file al-matrix.cc.
| V1 SmallDomains::v1_odd |
Definition at line 58 of file al-matrix.cc.
Definition at line 56 of file al-matrix.cc.
| V2 SmallDomains::v2_even |
Definition at line 67 of file al-matrix.cc.
| V2 SmallDomains::v2_odd |
Definition at line 65 of file al-matrix.cc.
Definition at line 63 of file al-matrix.cc.