Home
last modified time | relevance | path

Searched refs:local_restriction (Results 1 – 18 of 18) sorted by relevance

/dports/math/polymake/polymake-4.5/bundled/atint/apps/tropical/include/
H A Dskeleton.h61 IncidenceMatrix<> local_restriction;
62 complex.lookup("LOCAL_RESTRICTION") >> local_restriction;
79 …newMaximalCones = calculateCodimOneData(rays, newMaximalCones, lineality, local_restriction).codim…
91 if (local_restriction.rows() > 0) {
98 for (Int i = 0; i < local_restriction.rows(); ++i) {
99 …new_local_restriction |= attach_operation(local_restriction.row(i) * usedRays, pm::operations::ass…
111 if (local_restriction.rows() > 0)
H A Ddivisor.h78 IncidenceMatrix<> local_restriction; in divisorByValueMatrix() local
80 complex.give("LOCAL_RESTRICTION") >> local_restriction; in divisorByValueMatrix()
224 if (local_restriction.rows() > 0) { in divisorByValueMatrix()
232 for (Int lc = 0; lc < local_restriction.rows(); ++lc) { in divisorByValueMatrix()
233 const auto& lrrow = local_restriction.row(lc); in divisorByValueMatrix()
256 local_restriction = local_restriction.minor(~removableCones, usedRays); in divisorByValueMatrix()
265 if (local_restriction.rows() > 0) in divisorByValueMatrix()
266 result.take("LOCAL_RESTRICTION") << local_restriction; in divisorByValueMatrix()
H A Dseparated_data.h43 …atible(const GenericSet<TSet, Int>& cone, const GenericIncidenceMatrix<TMatrix>& local_restriction) in is_coneset_compatible() argument
45 for (auto r=entire(rows(local_restriction)); !r.at_end(); ++r) { in is_coneset_compatible()
H A Dcartesian_product.h73 IncidenceMatrix<> local_restriction; in cartesian_product() local
75 firstComplex.give("LOCAL_RESTRICTION") >> local_restriction; in cartesian_product()
255 if (local_restriction.rows() > 0 || pre_local_restriction.rows() > 0) { in cartesian_product()
257 IncidenceMatrix<> product_locality(local_restriction); in cartesian_product()
310 local_restriction = std::move(new_local_restriction); in cartesian_product()
321 if (local_restriction.rows() > 0) in cartesian_product()
322 result.take("LOCAL_RESTRICTION") << local_restriction; in cartesian_product()
H A Dcodim_one_with_locality.h57 …ix<> &maximalCones, const Matrix<Rational> &linspace, const IncidenceMatrix<> &local_restriction);
/dports/math/polymake/polymake-4.5/bundled/atint/apps/tropical/src/
H A Dfan_decomposition.cc49 IncidenceMatrix<> local_restriction; in fan_decomposition() local
51 cycle.give("LOCAL_RESTRICTION") >> local_restriction; in fan_decomposition()
58 if (local_restriction.rows() > 0) { in fan_decomposition()
59 if (!is_coneset_compatible(scalar2set(*nf), local_restriction)) in fan_decomposition()
H A Dcodim_one_with_locality.cc37 … const Matrix<Rational>& linspace, const IncidenceMatrix<>& local_restriction) in calculateCodimOneData() argument
68 if (local_restriction.rows() > 0) { in calculateCodimOneData()
69 if (!is_coneset_compatible(*facet, local_restriction)) continue; in calculateCodimOneData()
99 IncidenceMatrix<> local_restriction = cycle.give("LOCAL_RESTRICTION"); in codim_one_with_locality() local
118 if (!is_coneset_compatible(codim_one.row(cc),local_restriction)) { in codim_one_with_locality()
H A Drefine.cc92 IncidenceMatrix<> local_restriction; in refinement() local
94 X.give("LOCAL_RESTRICTION") >> local_restriction; in refinement()
207 Array<bool> local_subdivided(local_restriction.rows()); in refinement()
218 if (local_restriction.rows() > 0) { in refinement()
219 for (Int lc = 0; lc < local_restriction.rows(); ++lc) { in refinement()
221 … if ((local_restriction.row(lc) * x_cones.row(xc)).size() == local_restriction.row(lc).size()) { in refinement()
310 if (local_restriction.rows() > 0 && refine) { in refinement()
314 Matrix<Rational> lrays = x_rays.minor(local_restriction[xc_local_cones[t]],All); in refinement()
344 if (local_restriction.rows() > 0 && refine) { in refinement()
378 if (local_restriction.rows() > 0) in refinement()
H A Dhurwitz_combinatorial.cc246 …nt>& degree, Vector<Rational> points, bool compute_cycle, BigObject local_restriction, bool output… in hurwitz_computation() argument
263 bool restrict_local = local_restriction.valid(); in hurwitz_computation()
266 m0n = call_function("local_m0n", mlist<Addition>(), local_restriction); in hurwitz_computation()
267 …are_vector = call_function("matroid_coordinates_from_curve", mlist<Addition>(), local_restriction); in hurwitz_computation()
522 ListReturn hurwitz_pair_local(Int k, const Vector<Int>& degree, BigObject local_restriction, Option… in hurwitz_pair_local() argument
524 … hurwitz_computation<Addition>(k, degree, Vector<Rational>(), true, local_restriction, options["Ve… in hurwitz_pair_local()
H A Dminimal_interior.cc222 IncidenceMatrix<> local_restriction = localized_cycle.give("LOCAL_RESTRICTION");
237 for (Int lc = 0; lc < local_restriction.rows(); ++lc) {
239 Matrix<Rational> lc_vertices = local_vertices.minor(local_restriction.row(lc),All);
/dports/science/lammps/lammps-stable_29Sep2021/lib/atc/
H A DTransferOperator.cpp161 local_restriction(sourceMatrix,shapeFunctionMatrix); in global_restriction()
171 void AtfShapeFunctionRestriction::local_restriction(const DENS_MAT & sourceMatrix, in local_restriction() function in ATC::AtfShapeFunctionRestriction
225 local_restriction(sourceMatrix,shapeFunctionMatrix); in global_restriction()
235 void AdmtfShapeFunctionRestriction::local_restriction(const DENS_MAT & sourceMatrix, in local_restriction() function in ATC::AdmtfShapeFunctionRestriction
326 local_restriction(sourceMatrix,accumulantMatrix); in global_restriction()
340 void AtfProjection::local_restriction(const DENS_MAT & sourceMatrix, in local_restriction() function in ATC::AtfProjection
429 void AtfWeightedShapeFunctionRestriction::local_restriction(const DENS_MAT & sourceMatrix, in local_restriction() function in ATC::AtfWeightedShapeFunctionRestriction
555 local_restriction(sourceMatrix,positions, in global_restriction()
566 void AtfKernelFunctionRestriction::local_restriction(const DENS_MAT & sourceMatrix, in local_restriction() function in ATC::AtfKernelFunctionRestriction
615 void AtfWeightedKernelFunctionRestriction::local_restriction(const DENS_MAT & sourceMatrix, in local_restriction() function in ATC::AtfWeightedKernelFunctionRestriction
H A DTransferOperator.h478 virtual void local_restriction(const DENS_MAT & sourceMatrix,
522 virtual void local_restriction(const DENS_MAT & sourceMatrix,
572 virtual void local_restriction(const DENS_MAT & sourceMatrix,
670 virtual void local_restriction(const DENS_MAT & sourceMatrix,
900 virtual void local_restriction(const DENS_MAT & sourceMatrix,
937 virtual void local_restriction(const DENS_MAT & sourceMatrix,
H A DAtomToMoleculeTransfer.cpp206 local_restriction(sourceMatrix,shapeFunctionMatrix); in reset_quantity()
216 void MotfShapeFunctionRestriction::local_restriction(const DENS_MAT & sourceMatrix, in local_restriction() function in ATC::MotfShapeFunctionRestriction
H A DAtomToMoleculeTransfer.h226 virtual void local_restriction(const DENS_MAT & sourceMatrix,
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/atc/
H A DTransferOperator.cpp161 local_restriction(sourceMatrix,shapeFunctionMatrix); in global_restriction()
171 void AtfShapeFunctionRestriction::local_restriction(const DENS_MAT & sourceMatrix, in local_restriction() function in ATC::AtfShapeFunctionRestriction
225 local_restriction(sourceMatrix,shapeFunctionMatrix); in global_restriction()
235 void AdmtfShapeFunctionRestriction::local_restriction(const DENS_MAT & sourceMatrix, in local_restriction() function in ATC::AdmtfShapeFunctionRestriction
326 local_restriction(sourceMatrix,accumulantMatrix); in global_restriction()
340 void AtfProjection::local_restriction(const DENS_MAT & sourceMatrix, in local_restriction() function in ATC::AtfProjection
429 void AtfWeightedShapeFunctionRestriction::local_restriction(const DENS_MAT & sourceMatrix, in local_restriction() function in ATC::AtfWeightedShapeFunctionRestriction
555 local_restriction(sourceMatrix,positions, in global_restriction()
566 void AtfKernelFunctionRestriction::local_restriction(const DENS_MAT & sourceMatrix, in local_restriction() function in ATC::AtfKernelFunctionRestriction
615 void AtfWeightedKernelFunctionRestriction::local_restriction(const DENS_MAT & sourceMatrix, in local_restriction() function in ATC::AtfWeightedKernelFunctionRestriction
H A DTransferOperator.h478 virtual void local_restriction(const DENS_MAT & sourceMatrix,
522 virtual void local_restriction(const DENS_MAT & sourceMatrix,
572 virtual void local_restriction(const DENS_MAT & sourceMatrix,
670 virtual void local_restriction(const DENS_MAT & sourceMatrix,
900 virtual void local_restriction(const DENS_MAT & sourceMatrix,
937 virtual void local_restriction(const DENS_MAT & sourceMatrix,
H A DAtomToMoleculeTransfer.cpp206 local_restriction(sourceMatrix,shapeFunctionMatrix); in reset_quantity()
216 void MotfShapeFunctionRestriction::local_restriction(const DENS_MAT & sourceMatrix, in local_restriction() function in ATC::MotfShapeFunctionRestriction
H A DAtomToMoleculeTransfer.h226 virtual void local_restriction(const DENS_MAT & sourceMatrix,