Searched refs:isSquare (Results 1 – 10 of 10) sorted by relevance
32 boolean isSquare(); in isSquare() method
943 if (!isSquare()) { in getDeterminant()961 public boolean isSquare() { in isSquare() method in BigMatrixImpl1009 if (!isSquare()) { in getTrace()1149 if (!isSquare()) { in solve()
69 if (!matrix.isSquare()) { in TriDiagonalTransformer()
101 if (!matrix.isSquare()) { in CholeskyDecompositionImpl()
82 if (!matrix.isSquare()) { in LUDecompositionImpl()
75 if (!matrix.isSquare()) { in FieldLUDecompositionImpl()
639 public boolean isSquare() {
646 public boolean isSquare() { in isSquare() method in AbstractFieldMatrix
144 if (!isSquare(c)) in sqrt()180 private static boolean isSquare(int[] x) in isSquare() method in SecP224R1FieldElement
1123 const bool isSquare = testSize.textureSize.x() == testSize.textureSize.y(); in testTextureSize() local1129 if (m_textureSpec.type == TEXTURETYPE_CUBE_MAP && !isSquare) in testTextureSize()