Home
last modified time | relevance | path

Searched refs:entryTolerance (Results 1 – 12 of 12) sorted by relevance

/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/test/java/org/apache/commons/math3/linear/
H A DSparseRealMatrixTest.java146 entryTolerance); in testAdd()
196 entryTolerance); in testMultiply()
200 entryTolerance); in testMultiply()
202 entryTolerance); in testMultiply()
204 entryTolerance); in testMultiply()
206 entryTolerance); in testMultiply()
256 entryTolerance); in testOperate()
320 entryTolerance); in testPremultiply()
322 entryTolerance); in testPremultiply()
324 entryTolerance); in testPremultiply()
[all …]
H A DArray2DRowRealMatrixTest.java135 entryTolerance); in testAdd()
194 identity,entryTolerance); in testMultiply()
196 identity,entryTolerance); in testMultiply()
198 m,entryTolerance); in testMultiply()
200 mInv,entryTolerance); in testMultiply()
202 m2,entryTolerance); in testMultiply()
233 identity, entryTolerance); in testPower()
240 m, entryTolerance); in testPower()
242 mInv, entryTolerance); in testPower()
375 m,entryTolerance); in testPremultiply()
[all …]
H A DSparseFieldMatrixTest.java163 entryTolerance); in testAdd()
205 entryTolerance); in testMultiply()
209 entryTolerance); in testMultiply()
211 entryTolerance); in testMultiply()
213 entryTolerance); in testMultiply()
215 entryTolerance); in testMultiply()
265 entryTolerance); in testOperate()
329 entryTolerance); in testPremultiply()
331 entryTolerance); in testPremultiply()
333 entryTolerance); in testPremultiply()
[all …]
H A DBlockRealMatrixTest.java97 protected double entryTolerance = 10E-16; field in BlockRealMatrixTest
136 entryTolerance); in testAdd()
193 assertClose(m.multiply(mInv), identity, entryTolerance); in testMultiply() local
194 assertClose(mInv.multiply(m), identity, entryTolerance); in testMultiply() local
195 assertClose(m.multiply(identity), m, entryTolerance); in testMultiply() local
196 assertClose(identity.multiply(mInv), mInv, entryTolerance); in testMultiply() local
197 assertClose(m2.multiply(identity), m2, entryTolerance); in testMultiply() local
301 assertClose(m3.multiply(m4), m5, entryTolerance); in testMultiply2() local
414 assertClose(m4.preMultiply(m3), m5, entryTolerance); in testPremultiply() local
421 assertClose(m.preMultiply(identity), m, entryTolerance); in testPremultiply() local
[all …]
H A DLUDecompositionTest.java52 private static final double entryTolerance = 10e-16; field in LUDecompositionTest
130 Assert.assertEquals(l.getEntry(i, i), 1, entryTolerance); in testLLowerTriangular() local
132 Assert.assertEquals(l.getEntry(i, j), 0, entryTolerance); in testLLowerTriangular() local
144 Assert.assertEquals(u.getEntry(i, j), 0, entryTolerance); in testUUpperTriangular() local
H A DRRQRDecompositionTest.java48 private static final double entryTolerance = 10e-16; field in RRQRDecompositionTest
163 Assert.assertEquals(0.0, value, entryTolerance); in checkUpperTriangular()
200 Assert.assertEquals(0.0, value, entryTolerance); in checkTrapezoidal()
H A DQRDecompositionTest.java49 private static final double entryTolerance = 10e-16; field in QRDecompositionTest
164 Assert.assertEquals(0.0, value, entryTolerance); in checkUpperTriangular()
201 Assert.assertEquals(0.0, value, entryTolerance); in checkTrapezoidal()
H A DSparseFieldVectorTest.java49 protected double entryTolerance = 10E-16; field in SparseFieldVectorTest
H A DFieldMatrixImplTest.java98 protected double entryTolerance = 10E-16; field in FieldMatrixImplTest
H A DBlockFieldMatrixTest.java156 protected double entryTolerance = 10E-16; field in BlockFieldMatrixTest
/dports/science/gabedit/GabeditSrc251_300720/src/MolecularMechanics/
H A DMolecularMechanicsDlg.c134 static GtkWidget* entryTolerance[NENTRYTOL]; variable
1130 tolEnergy = atoi(gtk_entry_get_text(GTK_ENTRY(entryTolerance[TOLE]))); in amberMolecularDynamicsConfo()
1132 tolDistance = atoi(gtk_entry_get_text(GTK_ENTRY(entryTolerance[TOLD]))); in amberMolecularDynamicsConfo()
2499 entryTolerance[TOLE] = gtk_entry_new(); in createPostProcessingFrame()
2500 gtk_entry_set_text(GTK_ENTRY(entryTolerance[TOLE]),"1e-2"); in createPostProcessingFrame()
2502 gtk_widget_set_size_request(GTK_WIDGET(entryTolerance[TOLE]),(gint)(ScreenHeight*0.2),-1); in createPostProcessingFrame()
2503 gtk_table_attach(GTK_TABLE(table),entryTolerance[TOLE], j,j+1,i,i+1, in createPostProcessingFrame()
2526 entryTolerance[TOLD] = gtk_entry_new(); in createPostProcessingFrame()
2527 gtk_entry_set_text(GTK_ENTRY(entryTolerance[TOLD]),"1e-2"); in createPostProcessingFrame()
2529 gtk_widget_set_size_request(GTK_WIDGET(entryTolerance[TOLD]),(gint)(ScreenHeight*0.2),-1); in createPostProcessingFrame()
[all …]
/dports/science/gabedit/GabeditSrc251_300720/src/SemiEmpirical/
H A DSemiEmpiricalDlg.c59 static GtkWidget* entryTolerance[NENTRYTOL]; variable
4415 tolEnergy = atoi(gtk_entry_get_text(GTK_ENTRY(entryTolerance[TOLE]))); in semiEmpiricalMDConfo()
4417 tolDistance = atoi(gtk_entry_get_text(GTK_ENTRY(entryTolerance[TOLD]))); in semiEmpiricalMDConfo()
5558 entryTolerance[TOLE] = gtk_entry_new(); in createPostProcessingFrame()
5559 gtk_entry_set_text(GTK_ENTRY(entryTolerance[TOLE]),"1e-2"); in createPostProcessingFrame()
5561 gtk_widget_set_size_request(GTK_WIDGET(entryTolerance[TOLE]),(gint)(ScreenHeight*0.2),-1); in createPostProcessingFrame()
5562 gtk_table_attach(GTK_TABLE(table),entryTolerance[TOLE], j,j+1,i,i+1, in createPostProcessingFrame()
5585 entryTolerance[TOLD] = gtk_entry_new(); in createPostProcessingFrame()
5586 gtk_entry_set_text(GTK_ENTRY(entryTolerance[TOLD]),"1e-2"); in createPostProcessingFrame()
5588 gtk_widget_set_size_request(GTK_WIDGET(entryTolerance[TOLD]),(gint)(ScreenHeight*0.2),-1); in createPostProcessingFrame()
[all …]