Пример #1
0
 protected Sort01() :
     base(
         expected: new DoubleMatrixState(
             asColumnMajorDenseArray: new double[6],
             numberOfRows: 2,
             numberOfColumns: 3),
         data: TestableDoubleMatrix36.Get(),
         sortDirection: SortDirection.Descending)
 {
 }
Пример #2
0
 protected SortIndex01() :
     base(
         expected: new SortIndexResults()
 {
     SortedData    = DoubleMatrix.Dense(2, 3),
     SortedIndexes = IndexCollection.Range(0, 5)
 },
         data: TestableDoubleMatrix36.Get(),
         sortDirection: SortDirection.Descending)
 {
 }