Home
last modified time | relevance | path

Searched defs:getRowVector (Results 1 – 6 of 6) sorted by relevance

/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/linear/
H A DFieldMatrix.java314 FieldVector<T> getRowVector(int row) throws OutOfRangeException; in getRowVector() method
H A DRealMatrix.java323 RealVector getRowVector(int row) in getRowVector() method
H A DAbstractFieldMatrix.java552 public FieldVector<T> getRowVector(final int row) in getRowVector() method in AbstractFieldMatrix
H A DBlockFieldMatrix.java1004 public FieldVector<T> getRowVector(final int row) in getRowVector() method in BlockFieldMatrix
H A DBlockRealMatrix.java1009 public RealVector getRowVector(final int row) in getRowVector() method in BlockRealMatrix
/dports/audio/madronalib/madronalib-1.6-1016-g103895f/source/DSP/
H A DMLDSPOps.h207 inline DSPVectorArray<1> getRowVector() const in getRowVector() function