Home
last modified time | relevance | path

Searched refs:firstNorm (Results 1 – 10 of 10) sorted by relevance

/dports/math/scilab/scilab-6.1.1/scilab/modules/umfpack/tests/unit_tests/
H A Dres_with_prec.dia.ref12 firstNorm=norm(A*x0 - b);
14 if firstNorm < secondNorm then bugmes();quit;end
H A Dres_with_prec.tst14 firstNorm=norm(A*x0 - b);
16 if firstNorm < secondNorm then pause, end
H A Dtaucs_chfact.tst33 firstNorm=norm(A*x - b);
38 if norm(firstNorm,secondNorm) < 1E-7 then pause, end
H A Dtaucs_chfact.dia.ref29 firstNorm=norm(A*x - b);
33 if norm(firstNorm,secondNorm) < 1E-7 then bugmes();quit;end
H A Dumf_lufact.tst47 firstNorm=norm(A*x - b);
53 assert_checktrue(firstNorm > secondNorm);
H A Dumf_lufact.dia.ref41 firstNorm=norm(A*x - b);
45 assert_checkfalse(firstNorm <> secondNorm);
H A Dumf_lusolve.dia.ref35 firstNorm=norm(spB*x - b);
39 assert_checkalmostequal(firstNorm, secondNorm);
H A Dumf_lusolve.tst44 firstNorm=norm(spB*x - b);
50 assert_checkalmostequal(firstNorm, secondNorm);
/dports/math/vampire/vampire-4.5.1/Kernel/
H A DLiteralComparators.hpp311 int firstNorm=firstNums.findOrInsert(dis.first.var(), firstNums.size()); in compare() local
313 if(firstNorm!=secondNorm) { in compare()
314 return Int::compare(secondNorm, firstNorm); in compare()
/dports/audio/faust/faust-2.37.3/tools/physicalModeling/mesh2faust/vega/libraries/objMesh/
H A DobjMesh.cpp2819 Vec3d firstNorm = firstFace->getFaceNormal(); in buildVertexNormals() local
2835 if (dot(firstNorm, currentFace->getFaceNormal()) > cosang) in buildVertexNormals()