예제 #1
0
 protected OnRowsMin03() :
     base(
         expected: new IndexValuePair[2] {
     new IndexValuePair() { index = 2, value = -2.0 },
     new IndexValuePair() { index = 1, value = -1.0 }
 },
         data: TestableDoubleMatrix46.Get(),
         dataOperation: DataOperation.OnRows
         )
 {
 }
예제 #2
0
 protected OnColumnsMax03() :
     base(
         expected: new IndexValuePair[3] {
     new IndexValuePair() { index = 0, value = 0.0 },
     new IndexValuePair() { index = 0, value = 0.0 },
     new IndexValuePair() { index = 1, value = 0.0 }
 },
         data: TestableDoubleMatrix46.Get(),
         dataOperation: DataOperation.OnColumns
         )
 {
 }
예제 #3
0
 protected OnAllMax03() :
     base(
         expected: new IndexValuePair() { index = 0, value = 0.0 },
         data: TestableDoubleMatrix46.Get())
 {
 }