Home
last modified time | relevance | path

Searched +defs:matrix +defs:terms (Results 1 – 25 of 26) sorted by relevance

12

/dports/graphics/ImageMagick7-nox11/ImageMagick-7.1.0-19/MagickCore/
H A Ddistort.c541 **matrix, in GenerateCoefficients() local
543 terms[3]; in GenerateCoefficients() local
615 **matrix, in GenerateCoefficients() local
616 terms[5], in GenerateCoefficients() local
859 **matrix, in GenerateCoefficients() local
861 terms[8]; in GenerateCoefficients() local
980 **matrix, in GenerateCoefficients() local
982 terms[4]; in GenerateCoefficients() local
1118 **matrix, in GenerateCoefficients() local
1120 *terms; in GenerateCoefficients() local
H A Dmatrix.c321 **matrix; in AcquireMagickMatrix() local
480 MagickPrivate MagickBooleanType GaussJordanElimination(double **matrix, in GaussJordanElimination()
829 MagickPrivate void LeastSquaresAddTerms(double **matrix,double **vectors, in LeastSquaresAddTerms()
830 const double *terms,const double *results,const size_t rank, in LeastSquaresAddTerms()
1066 MagickExport double **RelinquishMagickMatrix(double **matrix, in RelinquishMagickMatrix()
/dports/graphics/ImageMagick7/ImageMagick-7.1.0-19/MagickCore/
H A Ddistort.c541 **matrix, in GenerateCoefficients() local
543 terms[3]; in GenerateCoefficients() local
615 **matrix, in GenerateCoefficients() local
616 terms[5], in GenerateCoefficients() local
859 **matrix, in GenerateCoefficients() local
861 terms[8]; in GenerateCoefficients() local
980 **matrix, in GenerateCoefficients() local
982 terms[4]; in GenerateCoefficients() local
1118 **matrix, in GenerateCoefficients() local
1120 *terms; in GenerateCoefficients() local
H A Dmatrix.c321 **matrix; in AcquireMagickMatrix() local
480 MagickPrivate MagickBooleanType GaussJordanElimination(double **matrix, in GaussJordanElimination()
829 MagickPrivate void LeastSquaresAddTerms(double **matrix,double **vectors, in LeastSquaresAddTerms()
830 const double *terms,const double *results,const size_t rank, in LeastSquaresAddTerms()
1066 MagickExport double **RelinquishMagickMatrix(double **matrix, in RelinquishMagickMatrix()
/dports/graphics/ImageMagick6/ImageMagick-6.9.12-34/magick/
H A Ddistort.c541 **matrix, in GenerateCoefficients() local
543 terms[3]; in GenerateCoefficients() local
778 **matrix, in GenerateCoefficients() local
780 terms[8]; in GenerateCoefficients() local
899 **matrix, in GenerateCoefficients() local
901 terms[4]; in GenerateCoefficients() local
1037 **matrix, in GenerateCoefficients() local
1039 *terms; in GenerateCoefficients() local
H A Dmatrix.c318 **matrix; in AcquireMagickMatrix() local
477 MagickExport MagickBooleanType GaussJordanElimination(double **matrix, in GaussJordanElimination()
826 MagickExport void LeastSquaresAddTerms(double **matrix,double **vectors, in LeastSquaresAddTerms()
827 const double *terms,const double *results,const size_t rank, in LeastSquaresAddTerms()
1064 MagickExport double **RelinquishMagickMatrix(double **matrix, in RelinquishMagickMatrix()
/dports/graphics/ImageMagick6-nox11/ImageMagick-6.9.12-34/magick/
H A Ddistort.c541 **matrix, in GenerateCoefficients() local
543 terms[3]; in GenerateCoefficients() local
778 **matrix, in GenerateCoefficients() local
780 terms[8]; in GenerateCoefficients() local
899 **matrix, in GenerateCoefficients() local
901 terms[4]; in GenerateCoefficients() local
1037 **matrix, in GenerateCoefficients() local
1039 *terms; in GenerateCoefficients() local
H A Dmatrix.c318 **matrix; in AcquireMagickMatrix() local
477 MagickExport MagickBooleanType GaussJordanElimination(double **matrix, in GaussJordanElimination()
826 MagickExport void LeastSquaresAddTerms(double **matrix,double **vectors, in LeastSquaresAddTerms()
827 const double *terms,const double *results,const size_t rank, in LeastSquaresAddTerms()
1064 MagickExport double **RelinquishMagickMatrix(double **matrix, in RelinquishMagickMatrix()
/dports/graphics/opendx/dx-4.4.4/src/exec/libdx/
H A Dlbtransform.c111 Array terms[100]; in TransformProductArray() local
665 Matrix matrix; member
669 ApplyTransform_Field(Field field, Matrix *matrix) in ApplyTransform_Field()
702 Matrix *matrix; in AT_field_task() local
801 Array terms[100]; in ApplyTransform_ProductArray() local
899 ApplyTransform_RegularArray(Array array, Matrix *matrix, int norm) in ApplyTransform_RegularArray()
1028 ApplyTransform_ConstantArray(Array array, Matrix *matrix, int norm) in ApplyTransform_ConstantArray()
1280 Array terms[100]; in SetDimensionality_ProductArray() local
/dports/math/R-cran-car/car/R/
H A DlinearHypothesis.R56 parseTerms <- function(terms){ argument
199 linearHypothesis.default <- function(model, hypothesis.matrix, rhs=NULL,
276 linearHypothesis.lm <- function(model, hypothesis.matrix, rhs=NULL,
313 check.imatrix <- function(X, terms){ argument
325 linearHypothesis.mlm <- function(model, hypothesis.matrix, rhs=NULL, SSPE, V,
529 linearHypothesis.survreg <- function(model, hypothesis.matrix, rhs=NULL,
544 linearHypothesis.polr <- function (model, hypothesis.matrix, rhs=NULL, vcov., verbose=FALSE, ...){
583 linearHypothesis.merMod <- function(model, hypothesis.matrix, rhs=NULL,
591 linearHypothesis.mer <- function(model, hypothesis.matrix, rhs=NULL,
663 linearHypothesis.lme <- function(model, hypothesis.matrix, rhs=NULL,
/dports/science/py-OpenFermion/OpenFermion-1.3.0/src/openfermion/ops/operators/
H A Dmajorana_operator.py65 def from_dict(terms): argument
372 def _is_real_orthogonal(matrix): argument
/dports/security/libecc/libecc-0.14.0/testsuite/point/
H A Dbspace2.cc105 libecc::bitset<q> const& terms(void) const {return M_terms; } in terms() function in SymbolicF2Ring
226 Matrix(Matrix const& matrix) : M_columns(matrix.M_columns) { } in Matrix() function in Matrix
227 …Matrix& operator=(Matrix const& matrix) { for (unsigned int col = 0; col < m; ++col) M_columns[col… in operator =()
330 std::ostream& operator<<(std::ostream& os, Matrix<T> const& matrix) in operator <<()
584 libecc::bitset<q> const terms((M_v.trace() + M_v_inverse.trace()).terms()); in main() local
/dports/x11-toolkits/libgdiplus/libgdiplus-6.0.4/src/
H A Dgeneral.c312 gdip_open_curve_tangents (int terms, const GpPointF *points, int count, float tension) in gdip_open_curve_tangents()
345 gdip_closed_curve_tangents (int terms, const GpPointF *points, int count, float tension) in gdip_closed_curve_tangents()
543 cairo_matrix_t matrix; in gdip_is_scaled() local
/dports/biology/bbmap/bbmap/current/shared/
H A DTools.java121 int terms=0; in testOutputFiles() local
178 int terms=0; in testInputFiles() local
214 int terms=0; in testForDuplicateFiles() local
2136 public static void fill(long[][][] matrix, int x) { in fill()
2142 public static void fill(long[][] matrix, int x) { in fill()
2167 public static void multiplyBy(long[][] matrix, double mult) { in multiplyBy()
2173 public static void multiplyBy(long[][][] matrix, double mult) { in multiplyBy()
/dports/science/openbabel/openbabel-3.1.1/src/
H A Dforcefield.cpp1849 vector<vector<double> > matrix(N); in DistanceGeometry() local
3082 vector3 OBForceField::NumericalDerivative(OBAtom *atom, int terms) in NumericalDerivative()
3198 vector3 OBForceField::NumericalSecondDerivative(OBAtom *atom, int terms) in NumericalSecondDerivative()
/dports/x11-toolkits/pango/pango-1.48.11/docs/PangoFT2/
H A Dindex.json1 …":[{"type":"callback","name":"SubstituteFunc","ctype":"PangoFT2SubstituteFunc","summary":"Function…
/dports/math/R-cran-survey/survey/R/
H A Dsurveyrep.R168 hadamard.matrix=NULL){
1341 type = c("link", "response","terms"),
/dports/x11-toolkits/pango/pango-1.48.11/docs/PangoXft/
H A Dindex.json1 …":[{"type":"callback","name":"SubstituteFunc","ctype":"PangoXftSubstituteFunc","summary":"Function…
/dports/x11-toolkits/pango/pango-1.48.11/docs/PangoCairo/
H A Dindex.json1 …ls":[{"type":"callback","name":"ShapeRendererFunc","ctype":"PangoCairoShapeRendererFunc","summary"…
/dports/math/R-cran-VGAM/VGAM/R/
H A Dfamily.rrr.R60 list(matrix = if (Aoffset > 0) ans else ans[, -(1:Rank), drop = FALSE], nameattr
1338 type = c("link", "response", "latvar", "terms"),
/dports/math/R/R-4.1.2/tests/
H A Dreg-tests-1d.R75 is.NA <- function(.) is.na(.) & !is.nan(.)
/dports/math/libRmath/R-4.1.1/tests/
H A Dreg-tests-1d.R75 is.NA <- function(.) is.na(.) & !is.nan(.)
/dports/x11-toolkits/gtk40/gtk-4.4.1/docs/reference/gsk/gsk4/
H A Dindex.json1y":"Type of callback that is called when an error ..."},{"type":"class","name":"BlendNode","ctype"… array
/dports/x11-toolkits/pango/pango-1.48.11/docs/Pango/
H A Dindex.json1 …{"type":"alias","name":"Glyph","ctype":"PangoGlyph","summary":"A `PangoGlyph` represents a single …
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/bjeavons/zxcvbn-php/src/Matchers/
H A Dranked_frequency_lists.json1 …n":8,"margaret":9,"dorothy":10,"lisa":11,"nancy":12,"karen":13,"betty":14,"helen":15,"sandra":16,"…

12