Searched refs:resultMatrix (Results 1 – 2 of 2) sorted by relevance
39 Matrix resultMatrix = Matrix::identity(m.getNumColumns()); in makeTransformToColumnEchelon() local64 resultMatrix.swapColumns(nonZeroCol, echelonCol); in makeTransformToColumnEchelon()70 resultMatrix.negateColumn(echelonCol); in makeTransformToColumnEchelon()81 resultMatrix.negateColumn(i); in makeTransformToColumnEchelon()97 modEntryColumnOperation(m, row, sourceCol, targetCol, resultMatrix); in makeTransformToColumnEchelon()105 resultMatrix.swapColumns(i, echelonCol); in makeTransformToColumnEchelon()112 return {echelonCol, LinearTransform(std::move(resultMatrix))}; in makeTransformToColumnEchelon()
3851 auto resultMatrix = result().getType().cast<spirv::MatrixType>(); in verify() local3862 if (inputMatrix.getNumColumns() != resultMatrix.getNumColumns()) in verify()3867 if (inputMatrix.getNumRows() != resultMatrix.getNumRows()) in verify()3872 if (inputMatrix.getElementType() != resultMatrix.getElementType()) in verify()3978 auto resultMatrix = result().getType().cast<spirv::MatrixType>(); in verify() local3981 if (inputMatrix.getNumRows() != resultMatrix.getNumColumns()) in verify()3985 if (inputMatrix.getNumColumns() != resultMatrix.getNumRows()) in verify()4004 auto resultMatrix = result().getType().cast<spirv::MatrixType>(); in verify() local4012 if (rightMatrix.getNumColumns() != resultMatrix.getNumColumns()) in verify()4022 if (leftMatrix.getElementType() != resultMatrix.getElementType()) in verify()[all …]