Home
last modified time | relevance | path

Searched refs:getMatrix (Results 1 – 25 of 1751) sorted by relevance

12345678910>>...71

/dports/cad/digital/Digital-0.27/src/test/java/de/neemann/digital/draw/graphics/
H A DTransformMatrixTest.java46 assertTrue(new TransformRotate(new Vector(2, 2), 0).getMatrix().isUniform()); in testUniform()
47 assertTrue(new TransformRotate(new Vector(2, 2), 1).getMatrix().isUniform()); in testUniform()
48 assertTrue(new TransformRotate(new Vector(2, 2), 2).getMatrix().isUniform()); in testUniform()
49 assertTrue(new TransformRotate(new Vector(2, 2), 3).getMatrix().isUniform()); in testUniform()
50 assertTrue(new TransformTranslate(4, 5).getMatrix().isUniform()); in testUniform()
58 assertTrue(new TransformRotate(new Vector(2, 2), 0).getMatrix().noRotation()); in testNoRotation()
62 assertTrue(new TransformTranslate(4, 5).getMatrix().noRotation()); in testNoRotation()
69 final TransformMatrix t1 = new TransformTranslate(10, 10).getMatrix(); in testMul()
70 final TransformMatrix t2 = new TransformTranslate(10, 10).getMatrix(); in testMul()
76 final TransformMatrix t1 = new TransformTranslate(10, 10).getMatrix(); in testMul2()
[all …]
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/elki-core-math/src/test/java/de/lmu/ifi/dbs/elki/math/linearalgebra/
H A DVMathOperationsTest.java306 assertTrue(VMath.equals(getMatrix(m1, r, c), sub1)); in testGet()
315 assertTrue(VMath.equals(getMatrix(m1, 2, 6, c), sub2)); in testGet()
323 assertTrue(VMath.equals(getMatrix(m1, r, 4, 8), sub3)); in testGet()
331 assertTrue(VMath.equals(getMatrix(m1, 0, 3, 6, 9), sub4)); in testGet()
338 …assertTrue(VMath.equals(getMatrix(m1, riter[0], riter[riter.length - 1] + 1, citer[0], citer[citer… in testGet()
339 …assertTrue(VMath.equals(getMatrix(m1, riter, citer[0], citer[citer.length - 1] + 1), getMatrix(m1,… in testGet()
340 …assertTrue(VMath.equals(getMatrix(m1, riter[0], riter[riter.length - 1] + 1, citer), getMatrix(m1,… in testGet()
540 assertNotSame(inner, getMatrix(m2, rows, cols)[0]); in testReference()
541 assertNotSame(inner, getMatrix(m2, r0, r1, cols)[0]); in testReference()
542 assertNotSame(inner, getMatrix(m2, rows, c0, c1)[0]); in testReference()
[all …]
/dports/cad/impact/Impact/src/run/elements/
H A DSolid_Iso_6HG.java284 N.setMatrix(0, 2, 0, 0, D.getMatrix(0, 2, 0, 0)); in calculateN()
285 N.setMatrix(3, 5, 1, 1, D.getMatrix(0, 2, 0, 0)); in calculateN()
286 N.setMatrix(6, 8, 2, 2, D.getMatrix(0, 2, 0, 0)); in calculateN()
287 N.setMatrix(0, 2, 3, 3, D.getMatrix(0, 2, 1, 1)); in calculateN()
288 N.setMatrix(3, 5, 4, 4, D.getMatrix(0, 2, 1, 1)); in calculateN()
289 N.setMatrix(6, 8, 5, 5, D.getMatrix(0, 2, 1, 1)); in calculateN()
290 N.setMatrix(0, 2, 6, 6, D.getMatrix(0, 2, 2, 2)); in calculateN()
291 N.setMatrix(3, 5, 7, 7, D.getMatrix(0, 2, 2, 2)); in calculateN()
292 N.setMatrix(6, 8, 8, 8, D.getMatrix(0, 2, 2, 2)); in calculateN()
293 N.setMatrix(0, 2, 9, 9, D.getMatrix(0, 2, 3, 3)); in calculateN()
[all …]
H A DSolid_Iso_4.java301 N.setMatrix(0, 2, 0, 0, D.getMatrix(0, 2, 0, 0)); in calculateN()
302 N.setMatrix(3, 5, 1, 1, D.getMatrix(0, 2, 0, 0)); in calculateN()
303 N.setMatrix(6, 8, 2, 2, D.getMatrix(0, 2, 0, 0)); in calculateN()
304 N.setMatrix(0, 2, 3, 3, D.getMatrix(0, 2, 1, 1)); in calculateN()
305 N.setMatrix(3, 5, 4, 4, D.getMatrix(0, 2, 1, 1)); in calculateN()
306 N.setMatrix(6, 8, 5, 5, D.getMatrix(0, 2, 1, 1)); in calculateN()
307 N.setMatrix(0, 2, 6, 6, D.getMatrix(0, 2, 2, 2)); in calculateN()
308 N.setMatrix(3, 5, 7, 7, D.getMatrix(0, 2, 2, 2)); in calculateN()
309 N.setMatrix(6, 8, 8, 8, D.getMatrix(0, 2, 2, 2)); in calculateN()
310 N.setMatrix(0, 2, 9, 9, D.getMatrix(0, 2, 3, 3)); in calculateN()
[all …]
H A DSolid_Iso_6.java289 N.setMatrix(0, 2, 0, 0, D.getMatrix(0, 2, 0, 0)); in calculateN()
290 N.setMatrix(3, 5, 1, 1, D.getMatrix(0, 2, 0, 0)); in calculateN()
291 N.setMatrix(6, 8, 2, 2, D.getMatrix(0, 2, 0, 0)); in calculateN()
292 N.setMatrix(0, 2, 3, 3, D.getMatrix(0, 2, 1, 1)); in calculateN()
293 N.setMatrix(3, 5, 4, 4, D.getMatrix(0, 2, 1, 1)); in calculateN()
294 N.setMatrix(6, 8, 5, 5, D.getMatrix(0, 2, 1, 1)); in calculateN()
295 N.setMatrix(0, 2, 6, 6, D.getMatrix(0, 2, 2, 2)); in calculateN()
296 N.setMatrix(3, 5, 7, 7, D.getMatrix(0, 2, 2, 2)); in calculateN()
297 N.setMatrix(6, 8, 8, 8, D.getMatrix(0, 2, 2, 2)); in calculateN()
298 N.setMatrix(0, 2, 9, 9, D.getMatrix(0, 2, 3, 3)); in calculateN()
[all …]
/dports/games/supertuxkart/SuperTuxKart-1.2-src/data/shaders/utils/
H A DDiffuseIBL.frag5 mat4 getMatrix(float L00, float L1m1, float L10, float L11, float L2m2, float L2m1, float L20, floa…
24 …mat4 rmat = getMatrix(redLmn[0], redLmn[1], redLmn[2], redLmn[3], redLmn[4], redLmn[5], redLmn[6],…
25 …mat4 gmat = getMatrix(greenLmn[0], greenLmn[1], greenLmn[2], greenLmn[3], greenLmn[4], greenLmn[5]…
26 …mat4 bmat = getMatrix(blueLmn[0], blueLmn[1], blueLmn[2], blueLmn[3], blueLmn[4], blueLmn[5], blue…
28 mat4 rmat = getMatrix(rL00, rL1m1, rL10, rL11, rL2m2, rL2m1, rL20, rL21, rL22);
29 mat4 gmat = getMatrix(gL00, gL1m1, gL10, gL11, gL2m2, gL2m1, gL20, gL21, gL22);
30 mat4 bmat = getMatrix(bL00, bL1m1, bL10, bL11, bL2m2, bL2m1, bL20, bL21, bL22);
/dports/math/scilab/scilab-6.1.1/scilab/modules/scirenderer/src/org/scilab/forge/scirenderer/tranformations/
H A DTransformationFactory.java205 double[] matrix = getMatrix(); in project()
215 double[] matrix = getMatrix(); in projectDirection()
250 double[] matrix = getMatrix(); in toString()
333 public double[] getMatrix() {
394 public double[] getMatrix() {
467 public double[] getMatrix() {
526 public double[] getMatrix() {
583 public double[] getMatrix() {
616 public double[] getMatrix() {
642 matrix = multiply(t1.getMatrix(), t2.getMatrix());
[all …]
/dports/cad/digital/Digital-0.27/src/main/java/de/neemann/digital/draw/graphics/
H A DTransform.java28 public TransformMatrix getMatrix() {
46 TransformMatrix m1 = t1.getMatrix(); in mul()
47 TransformMatrix m2 = t2.getMatrix(); in mul()
79 TransformMatrix getMatrix(); in getMatrix() method
85 return getMatrix().invert(); in invert()
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig/
H A DMatrixFunctions.php18 private static function getMatrix($matrixValues): Matrix function in PhpOffice\\PhpSpreadsheet\\Calculation\\MathTrig\\MatrixFunctions
59 $matrix = self::getMatrix($matrixValues);
84 $matrix = self::getMatrix($matrixValues);
105 $matrixA = self::getMatrix($matrixData1);
106 $matrixB = self::getMatrix($matrixData2);
/dports/games/residualvm/residualvm-0.3.1/math/
H A Drotation3d.h180 this->getMatrix() = this->getMatrix() * m2 * m3; in buildFromEuler()
190 this->getMatrix().getRow(0) << 1.f << 0.f << 0.f; in buildAroundX()
191 this->getMatrix().getRow(1) << 0.f << cosa << -sina; in buildAroundX()
192 this->getMatrix().getRow(2) << 0.f << sina << cosa; in buildAroundX()
202 this->getMatrix().getRow(0) << cosa << 0.f << sina; in buildAroundY()
203 this->getMatrix().getRow(1) << 0.f << 1.f << 0.f; in buildAroundY()
204 this->getMatrix().getRow(2) << -sina << 0.f << cosa; in buildAroundY()
214 this->getMatrix().getRow(0) << cosa << -sina << 0.f; in buildAroundZ()
215 this->getMatrix().getRow(1) << sina << cosa << 0.f; in buildAroundZ()
216 this->getMatrix().getRow(2) << 0.f << 0.f << 1.f; in buildAroundZ()
[all …]
/dports/games/scummvm/scummvm-2.5.1/math/
H A Drotation3d.h180 this->getMatrix() = this->getMatrix() * m2 * m3; in buildFromEuler()
190 this->getMatrix().getRow(0) << 1.f << 0.f << 0.f; in buildAroundX()
191 this->getMatrix().getRow(1) << 0.f << cosa << -sina; in buildAroundX()
192 this->getMatrix().getRow(2) << 0.f << sina << cosa; in buildAroundX()
202 this->getMatrix().getRow(0) << cosa << 0.f << sina; in buildAroundY()
203 this->getMatrix().getRow(1) << 0.f << 1.f << 0.f; in buildAroundY()
204 this->getMatrix().getRow(2) << -sina << 0.f << cosa; in buildAroundY()
214 this->getMatrix().getRow(0) << cosa << -sina << 0.f; in buildAroundZ()
215 this->getMatrix().getRow(1) << sina << cosa << 0.f; in buildAroundZ()
216 this->getMatrix().getRow(2) << 0.f << 0.f << 1.f; in buildAroundZ()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/gnu/java/awt/peer/qt/
H A DQMatrix.java52 t.getMatrix( matrix ); in QMatrix()
59 private native double[] getMatrix(); in getMatrix() method in QMatrix
63 return new AffineTransform( getMatrix() ); in getTransform()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/gnu/java/awt/peer/qt/
H A DQMatrix.java52 t.getMatrix( matrix ); in QMatrix()
59 private native double[] getMatrix(); in getMatrix() method in QMatrix
63 return new AffineTransform( getMatrix() ); in getTransform()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/gnu/java/awt/peer/qt/
H A DQMatrix.java52 t.getMatrix( matrix ); in QMatrix()
59 private native double[] getMatrix(); in getMatrix() method in QMatrix
63 return new AffineTransform( getMatrix() ); in getTransform()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/gnu/java/awt/peer/qt/
H A DQMatrix.java52 t.getMatrix( matrix ); in QMatrix()
59 private native double[] getMatrix(); in getMatrix() method in QMatrix
63 return new AffineTransform( getMatrix() ); in getTransform()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/gnu/java/awt/peer/qt/
H A DQMatrix.java52 t.getMatrix( matrix ); in QMatrix()
59 private native double[] getMatrix(); in getMatrix() method in QMatrix
63 return new AffineTransform( getMatrix() ); in getTransform()
/dports/java/sablevm-classpath/sablevm-classpath-1.13/gnu/java/awt/peer/qt/
H A DQMatrix.java52 t.getMatrix( matrix ); in QMatrix()
59 private native double[] getMatrix(); in getMatrix() method in QMatrix
63 return new AffineTransform( getMatrix() ); in getTransform()
/dports/math/highs/HiGHS-cfe064e/src/mip/
H A DHighsDomain.cpp334 int start = cutpool->getMatrix().getRowStart(row); in updateActivityLbChange()
335 int end = cutpool->getMatrix().getRowEnd(row); in updateActivityLbChange()
446 int start = cutpool->getMatrix().getRowStart(row); in updateActivityUbChange()
447 int end = cutpool->getMatrix().getRowEnd(row); in updateActivityUbChange()
525 int start = cutpool->getMatrix().getRowStart(cut); in cutAdded()
526 int end = cutpool->getMatrix().getRowEnd(cut); in cutAdded()
527 const int* arindex = cutpool->getMatrix().getARindex(); in cutAdded()
797 propnnz += cutpool->getMatrix().getRowEnd(cut) - in propagate()
798 cutpool->getMatrix().getRowStart(cut); in propagate()
819 int end = cutpool->getMatrix().getRowEnd(i); in propagate()
[all …]
/dports/games/palomino/palomino/src/math/
H A Dmatrix_funcs.cc51 osg::Matrix m = transform.getMatrix(); in MatrixScale()
62 osg::Matrix m = transform.getMatrix(); in MatrixTranslate()
75 osg::Matrix m = transform.getMatrix(); in MatrixRotateLocal()
88 osg::Matrix m = transform.getMatrix(); in MatrixRotateFixed()
/dports/graphics/pecl-imagick/imagick-3.5.1/tests/
H A D145_imagickkernel_coverage.phpt114 $matrix = $kernel->getMatrix();
140 if ($kernelList[0]->getMatrix() != $matrix1) {
144 if ($kernelList[1]->getMatrix() != $matrix2) {
158 $matrixOut = $kernel->getMatrix();
172 if ($kernel->getMatrix() != $matrixIn) {
182 if ($kernel->getMatrix() != $matrixIn) {
199 $kernelMatrix = $kernel->getMatrix();
/dports/graphics/pecl-imagick-im7/imagick-3.5.1/tests/
H A D145_imagickkernel_coverage.phpt114 $matrix = $kernel->getMatrix();
140 if ($kernelList[0]->getMatrix() != $matrix1) {
144 if ($kernelList[1]->getMatrix() != $matrix2) {
158 $matrixOut = $kernel->getMatrix();
172 if ($kernel->getMatrix() != $matrixIn) {
182 if ($kernel->getMatrix() != $matrixIn) {
199 $kernelMatrix = $kernel->getMatrix();
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/animator/
H A DSkDrawShader.cpp38 SkMatrix* SkDrawShader::getMatrix() { in getMatrix() function in SkDrawShader
39 return matrix ? &matrix->getMatrix() : nullptr; in getMatrix()
77 getMatrix()).release(); in getShader()
/dports/math/linbox/linbox-1.6.3/linbox/matrix/matrixdomain/
H A Dblas-matrix-domain.inl576 A.getMatrix().getPointer(), A.getMatrix().getStride(),
599 A.getMatrix().getPointer(), A.getMatrix().getStride(),
618 linbox_check( A.getMatrix().rowdim() == B.getMatrix().coldim());
629 A.getMatrix().getPointer(), A.getMatrix().getStride(),
630 B.getMatrix().getPointer(), B.getMatrix().getStride(),
651 A.getMatrix().getPointer(), A.getMatrix().getStride(),
652 B.getMatrix().getPointer(), B.getMatrix().getStride(),
681 B.getMatrix().getPointer(), B.getMatrix().getStride(),
703 B.getMatrix().getPointer(), B.getMatrix().getStride(),
1367 B.getMatrix().getPointer(), B.getMatrix().getStride(),
[all …]
/dports/graphics/jpatch/jpatch0.4p1/textures/
H A DblendDemo2.bsh10 redMarble.transform(gs.getMatrix());
19 Pigment3D checker = new PatternPigment3D(gs.getMatrix(), new Checker(), pm);
29 Pigment3D pigment = new PatternPigment3D(gs.getMatrix(), new Marble(ramp), pm2);
/dports/science/siconos/siconos-4.4.0/kernel/swig/tests/
H A Dtest_Kernel.py78 assert (sk.getMatrix([[1, 2, 3]]) == np.array([[1, 2, 3]])).all()
89 assert (sk.getMatrix(m) == np.array([[1, 2, 3]])).all()
91 assert (sk.getMatrix(m) != np.array([[1, 0, 3]])).any()
95 assert (sk.getMatrix(m1) == sk.getMatrix(sk.SimpleMatrix(m2))).all()

12345678910>>...71