Searched defs:linear (Results 1 - 25 of 109) sorted by relevance

12345

/external/universal-tween-engine/java/api/src/aurelienribon/tweenengine/
H A DTweenPaths.java12 public static final Linear linear = new Linear(); field in interface:TweenPaths
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
H A DNotPositiveDefiniteMatrixException.java18 package org.apache.commons.math.linear;
H A DNotSymmetricMatrixException.java18 package org.apache.commons.math.linear;
H A DSingularMatrixException.java18 package org.apache.commons.math.linear;
H A DSparseRealMatrix.java18 package org.apache.commons.math.linear;
H A DSparseRealVector.java17 package org.apache.commons.math.linear;
H A DAnyMatrix.java18 package org.apache.commons.math.linear;
H A DCholeskyDecomposition.java18 package org.apache.commons.math.linear;
H A DDecompositionSolver.java18 package org.apache.commons.math.linear;
28 * square matrices and when the solution is an exact linear solution, i.e. when
30 * with non-square matrix A and with non-null minimal norm. If an exact linear
38 /** Solve the linear equation A × X = B for matrices A.
49 /** Solve the linear equation A × X = B for matrices A.
60 /** Solve the linear equation A × X = B for matrices A.
H A DFieldDecompositionSolver.java18 package org.apache.commons.math.linear;
29 * square matrices and when the solution is an exact linear solution, i.e. when
31 * with non-square matrix A and with non-null minimal norm. If an exact linear
40 /** Solve the linear equation A × X = B for matrices A.
51 /** Solve the linear equation A × X = B for matrices A.
62 /** Solve the linear equation A × X = B for matrices A.
H A DInvalidMatrixException.java18 package org.apache.commons.math.linear;
H A DMatrixIndexException.java18 package org.apache.commons.math.linear;
H A DMatrixVisitorException.java18 package org.apache.commons.math.linear;
H A DNonSquareMatrixException.java18 package org.apache.commons.math.linear;
H A DFieldLUDecomposition.java18 package org.apache.commons.math.linear;
89 * Get a solver for finding the A × X = B solution in exact linear sense.
H A DLUDecomposition.java18 package org.apache.commons.math.linear;
87 * Get a solver for finding the A × X = B solution in exact linear sense.
H A DQRDecomposition.java18 package org.apache.commons.math.linear;
H A DDefaultFieldMatrixChangingVisitor.java18 package org.apache.commons.math.linear;
21 import org.apache.commons.math.linear.MatrixVisitorException;
H A DDefaultFieldMatrixPreservingVisitor.java18 package org.apache.commons.math.linear;
21 import org.apache.commons.math.linear.MatrixVisitorException;
H A DDefaultRealMatrixChangingVisitor.java18 package org.apache.commons.math.linear;
20 import org.apache.commons.math.linear.MatrixVisitorException;
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/linear/
H A DNoFeasibleSolutionException.java18 package org.apache.commons.math.optimization.linear;
H A DUnboundedSolutionException.java18 package org.apache.commons.math.optimization.linear;
H A DLinearOptimizer.java18 package org.apache.commons.math.optimization.linear;
27 * This interface represents an optimization algorithm for linear problems.
29 * maximize or minimize} an objective function. In the linear case the form of
34 * and there may be linear constraints too, of one of the forms:
76 * @param f linear objective function
77 * @param constraints linear constraints
H A DRelationship.java18 package org.apache.commons.math.optimization.linear;
H A DSimplexSolver.java18 package org.apache.commons.math.optimization.linear;
29 * Solves a linear problem using the Two-Phase Simplex Method.

Completed in 162 milliseconds

12345