Home
last modified time | relevance | path

Searched refs:factored (Results 1 – 25 of 1860) sorted by relevance

12345678910>>...75

/dports/math/arpack++/arpackpp-2.3.0/include/
H A Darcsmat.h53 bool factored;
155 if (factored) { in ClearMem()
185 factored = other.factored; in Copy()
197 if (factored) in Copy()
217 if (factored) { in FactorA()
225 factored = (info != 0); in FactorA()
232 factored = false; in FactorA()
267 if (factored) { in FactorAsI()
289 factored = false; in FactorAsI()
426 factored = false; in ARchSymMatrix()
[all …]
H A Dardsmat.h40 bool factored;
59 bool IsFactored() { return factored; } in IsFactored()
71 ARdsSymMatrix(): ARMatrix<ARTYPE>() { factored = false; } in ARdsSymMatrix()
97 if (factored) { in ClearMem()
117 factored = other.factored; in Copy()
124 if (!factored) return; in Copy()
212 factored = true; in FactorA()
243 factored = true; in FactorAsI()
337 factored = false; in ARdsSymMatrix()
H A Darbsmat.h39 bool factored;
62 bool IsFactored() { return factored; } in IsFactored()
74 ARbdSymMatrix(): ARMatrix<ARTYPE>() { factored = false; } in ARbdSymMatrix()
100 if (factored) { in ClearMem()
120 factored = other.factored; in Copy()
129 if (!factored) return; in Copy()
249 factored = true; in FactorA()
280 factored = true; in FactorAsI()
358 factored = false; in ARbdSymMatrix()
H A Darbnsmat.h40 bool factored;
63 bool IsFactored() { return factored; } in IsFactored()
83 ARbdNonSymMatrix(): ARMatrix<ARTYPE>() { factored = false; } in ARbdNonSymMatrix()
109 if (factored) { in ClearMem()
129 factored = other.factored; in Copy()
138 if (!factored) return; in Copy()
235 factored = true; in FactorA()
267 factored = true; in FactorAsI()
411 factored = false; in ARbdNonSymMatrix()
H A Darlnsmat.h44 bool factored;
163 factored = other.factored; in Copy()
186 if (factored) { in Copy()
188 factored = false; in Copy()
198 if (factored) { in ClearMem()
299 if (factored) { in FactorA()
410 if (factored) { in FactorAsI()
681 factored = false; in ARluNonSymMatrix()
695 factored = false; in ARluNonSymMatrix()
707 factored = false; in ARluNonSymMatrix()
[all …]
H A Darusmat.h48 bool factored;
90 bool IsFactored() { return factored; } in IsFactored()
106 factored = false; in ARumSymMatrix()
177 if (factored) in ClearMem()
208 factored = other.factored; in Copy()
225 if (!factored) return; in Copy()
227 factored = false; in Copy()
519 factored = true; in FactorA()
559 factored = true; in FactorAsI()
689 factored = false; in ARumSymMatrix()
[all …]
H A Darlsmat.h43 bool factored;
154 factored = other.factored; in Copy()
171 if (factored) { in Copy()
173 factored = false; in Copy()
183 if (factored) { in ClearMem()
365 if (factored) { in FactorA()
442 factored = (info == 0); in FactorA()
486 if (factored) { in FactorAsI()
704 factored = false; in ARluSymMatrix()
718 factored = false; in ARluSymMatrix()
[all …]
H A Dardnsmat.h42 bool factored;
59 bool IsFactored() { return factored; } in IsFactored()
81 ARdsNonSymMatrix(): ARMatrix<ARTYPE>() { factored = false; } in ARdsNonSymMatrix()
113 if (factored) { in ClearMem()
133 factored = other.factored; in Copy()
145 if (!factored) return; in Copy()
221 factored = true; in FactorA()
264 factored = true; in FactorAsI()
568 factored = false; in ARdsNonSymMatrix()
579 factored = false; in ARdsNonSymMatrix()
[all …]
H A Darunsmat.h42 bool factored;
80 bool IsFactored() { return factored; } in IsFactored()
106 ARumNonSymMatrix(): ARMatrix<ARTYPE>() { factored = false; } in ARumNonSymMatrix()
173 if (factored) { in ClearMem()
197 factored = other.factored; in Copy()
221 if (!factored) return; in Copy()
361 factored = true; in FactorA()
401 factored = true; in FactorAsI()
585 factored = false; in ARumNonSymMatrix()
598 factored = false; in ARumNonSymMatrix()
[all …]
H A Darlspen.h37 bool factored;
62 bool IsFactored() { return factored; } in IsFactored()
103 factored = other.factored; in Copy()
115 if (factored) { in Copy()
117 factored = false; in Copy()
127 if (factored) { in ClearMem()
564 factored = (info == 0); in FactorAsB()
646 factored = false; in ARluSymPencil()
659 factored = false; in ARluSymPencil()
H A Darlnspen.h37 bool factored;
70 bool IsFactored() { return factored; } in IsFactored()
121 factored = other.factored; in Copy()
132 if (factored) { in Copy()
134 factored = false; in Copy()
144 if (factored) { in ClearMem()
457 factored = (info == 0); in FactorAsB()
591 factored = (info == 0); in FactorAsB()
740 factored = false; in ARluNonSymPencil()
754 factored = false; in ARluNonSymPencil()
/dports/math/fricas/fricas-1.3.7/pre-generated/target/share/spadhelp/
H A DFactored.help5 Factored creates a domain whose objects are kept in factored form as
8 somewhat more work, and the result may not be completely factored
15 current restriction to factored objects of integral domains allows
23 In this section we will work with a factored integer.
86 Recall that we are working with this factored integer.
110 We're still working with this factored integer.
117 We'll also define this factored integer.
125 easy with factored objects.
194 factored object.
197 factored object. They differ in handling the flag component.
[all …]
/dports/math/vtk8/VTK-8.2.0/Filters/General/Testing/Cxx/
H A DArrayExtractFactoredArray.cxx44 vtkSmartPointer<vtkArrayData> factored = vtkSmartPointer<vtkArrayData>::New(); in ArrayExtractFactoredArray() local
45 factored->AddArray(a); in ArrayExtractFactoredArray()
46 factored->AddArray(b); in ArrayExtractFactoredArray()
49 extract->SetInputData(factored); in ArrayExtractFactoredArray()
/dports/math/vtk9/VTK-9.1.0/Filters/General/Testing/Cxx/
H A DArrayExtractFactoredArray.cxx44 vtkSmartPointer<vtkArrayData> factored = vtkSmartPointer<vtkArrayData>::New(); in ArrayExtractFactoredArray() local
45 factored->AddArray(a); in ArrayExtractFactoredArray()
46 factored->AddArray(b); in ArrayExtractFactoredArray()
49 extract->SetInputData(factored); in ArrayExtractFactoredArray()
/dports/math/vtk6/VTK-6.2.0/Filters/General/Testing/Cxx/
H A DArrayExtractFactoredArray.cxx44 vtkSmartPointer<vtkArrayData> factored = vtkSmartPointer<vtkArrayData>::New(); in ArrayExtractFactoredArray() local
45 factored->AddArray(a); in ArrayExtractFactoredArray()
46 factored->AddArray(b); in ArrayExtractFactoredArray()
49 extract->SetInputData(factored); in ArrayExtractFactoredArray()
/dports/math/fricas/fricas-1.3.7/pre-generated/target/share/hypertex/pages/
H A DFR.ht26 the result may not be completely factored
36 The current restriction to factored objects of integral domains
61 In this section we will work with a factored integer.
123 Recall that we are working with this factored integer.
154 We're still working with this factored integer.
159 We'll also define this factored integer.
165 easy with factored objects.
211 Another way to get the zero and one factored objects is to use
235 unit and bases of a factored object.
241 a factored object.
[all …]
/dports/math/fricas/fricas-1.3.7/src/doc/htex/
H A DFR.htex43 the result may not be completely factored
53 The current restriction to factored objects of integral domains
62 In this section we will work with a factored integer.
115 Recall that we are working with this factored integer.
137 We're still working with this factored integer.
142 We'll also define this factored integer.
148 easy with factored objects.
194 Another way to get the zero and one factored objects is to use
209 unit and bases of a factored object.
215 a factored object.
[all …]
/dports/math/vtk8/VTK-8.2.0/IO/XMLParser/
H A DvtkXMLUtilities.cxx629 vtkXMLDataElement *factored = vtkXMLDataElement::New(); in FactorElementsInternal() local
630 factored->SetName(VTK_XML_UTILITIES_FACTORED_NAME); in FactorElementsInternal()
631 factored->SetAttributeEncoding(pool->GetAttributeEncoding()); in FactorElementsInternal()
632 factored->SetAttribute("Id", id.str().c_str()); in FactorElementsInternal()
633 pool->AddNestedElement(factored); in FactorElementsInternal()
634 factored->Delete(); in FactorElementsInternal()
638 factored->AddNestedElement(tree_copy); in FactorElementsInternal()
/dports/math/vtk9/VTK-9.1.0/IO/XMLParser/
H A DvtkXMLUtilities.cxx611 vtkXMLDataElement* factored = vtkXMLDataElement::New(); in FactorElementsInternal() local
612 factored->SetName(VTK_XML_UTILITIES_FACTORED_NAME); in FactorElementsInternal()
613 factored->SetAttributeEncoding(pool->GetAttributeEncoding()); in FactorElementsInternal()
614 factored->SetAttribute("Id", id.str().c_str()); in FactorElementsInternal()
615 pool->AddNestedElement(factored); in FactorElementsInternal()
616 factored->Delete(); in FactorElementsInternal()
620 factored->AddNestedElement(tree_copy); in FactorElementsInternal()
/dports/math/vtk6/VTK-6.2.0/IO/XMLParser/
H A DvtkXMLUtilities.cxx629 vtkXMLDataElement *factored = vtkXMLDataElement::New(); in FactorElementsInternal() local
630 factored->SetName(VTK_XML_UTILITIES_FACTORED_NAME); in FactorElementsInternal()
631 factored->SetAttributeEncoding(pool->GetAttributeEncoding()); in FactorElementsInternal()
632 factored->SetAttribute("Id", id.str().c_str()); in FactorElementsInternal()
633 pool->AddNestedElement(factored); in FactorElementsInternal()
634 factored->Delete(); in FactorElementsInternal()
638 factored->AddNestedElement(tree_copy); in FactorElementsInternal()
/dports/math/pari/pari-2.13.3/src/functions/number_fields/
H A Dbnfunits55 ? nffactorback(bnf, uS, e) \\ in factored form
69 fully expanding an element in factored form could be \emph{very} expensive.
71 are themselves in factored form, hence the result is a factored form:
/dports/math/fricas/fricas-1.3.7/src/input/
H A Dfr.input3 -- Manipulation of factored integers
7 -- automatic coercion of integers to factored integers
36 --% Manipulation of factored polynomials
55 -- this computes a factored object that is similar to v except that
/dports/databases/sqlite3/sqlite-src-3350500/test/
H A Dfunc5.test17 # Verify that constant string expressions that get factored into initializing
35 # Verify that SQLITE_DETERMINISTIC functions get factored out of the
37 # is marked as non-deterministic and so is not factored out of the loop,
39 # time. But counter2() is marked as deterministic, so it does get factored
/dports/databases/sqlcipher/sqlcipher-3.4.2/test/
H A Dfunc5.test17 # Verify that constant string expressions that get factored into initializing
35 # Verify that SQLITE_DETERMINISTIC functions get factored out of the
37 # is marked as non-deterministic and so is not factored out of the loop,
39 # time. But counter2() is marked as deterministic, so it does get factored
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/test/
H A Dfunc5.test17 # Verify that constant string expressions that get factored into initializing
35 # Verify that SQLITE_DETERMINISTIC functions get factored out of the
37 # is marked as non-deterministic and so is not factored out of the loop,
39 # time. But counter2() is marked as deterministic, so it does get factored

12345678910>>...75