RightWrongColsDoubleMatrixDoubleMatrixElementWiseMultiplication() : base( expected: new ArgumentException( message: (string)Reflector.ExecuteStaticMember( typeof(ImplementationServices), "GetResourceString", new string[] { "STR_EXCEPT_MAT_ELEMENT_WISE_ALL_DIMS_MUST_MATCH" }), paramName: "right"), left: TestableDoubleMatrix16.Get(), right: TestableDoubleMatrix09.Get() ) { }
RightWrongColsDoubleMatrixDoubleMatrixDivision() : base( expected: new ArgumentException( message: (string)Reflector.ExecuteStaticMember( typeof(ImplementationServices), "GetResourceString", new string[] { "STR_EXCEPT_MAT_DIVIDE_COLUMNS_MUST_MATCH" }), paramName: "right"), left: TestableDoubleMatrix16.Get(), right: TestableDoubleMatrix09.Get() ) { }
RightWrongRowsComplexMatrixDoubleMatrixMultiplication() : base( expected: new ArgumentException( message: (string)Reflector.ExecuteStaticMember( typeof(ImplementationServices), "GetResourceString", new string[] { "STR_EXCEPT_MAT_MULTIPLY_INNER_DIMS_MUST_MATCH" }), paramName: "right"), left: TestableComplexMatrix14.Get(), right: TestableDoubleMatrix09.Get() ) { }