Home | History | Annotate | Download | only in math

Lines Matching refs:getColumn

915         axis[0] = tempMat.getColumn(0, axis[0]);

916 axis[1] = tempMat.getColumn(1, axis[1]);
917 axis[2] = tempMat.getColumn(2, axis[2]);