- abs() - Method in class org.jblas.ComplexDouble
-
Return the absolute value
- abs() - Method in class org.jblas.ComplexFloat
-
Return the absolute value
- abs(DoubleMatrix) - Static method in class org.jblas.MatrixFunctions
-
Returns a copy of this matrix where all elements are set to their
absolute values.
- abs(double) - Static method in class org.jblas.MatrixFunctions
-
- abs(FloatMatrix) - Static method in class org.jblas.MatrixFunctions
-
Returns a copy of this matrix where all elements are set to their
absolute values.
- abs(float) - Static method in class org.jblas.MatrixFunctions
-
- absi(DoubleMatrix) - Static method in class org.jblas.MatrixFunctions
-
Sets all elements in this matrix to their absolute values.
- absi(ComplexDoubleMatrix) - Static method in class org.jblas.MatrixFunctions
-
- absi(FloatMatrix) - Static method in class org.jblas.MatrixFunctions
-
Sets all elements in this matrix to their absolute values.
- absi(ComplexFloatMatrix) - Static method in class org.jblas.MatrixFunctions
-
- acos(DoubleMatrix) - Static method in class org.jblas.MatrixFunctions
-
Returns a copy of this matrix where the trigonometric acos function is applied
element wise.
- acos(double) - Static method in class org.jblas.MatrixFunctions
-
- acos(FloatMatrix) - Static method in class org.jblas.MatrixFunctions
-
Returns a copy of this matrix where the trigonometric acos function is applied
element wise.
- acos(float) - Static method in class org.jblas.MatrixFunctions
-
- acosi(DoubleMatrix) - Static method in class org.jblas.MatrixFunctions
-
Applies the trigonometric arccosine function element wise on this
matrix.
- acosi(FloatMatrix) - Static method in class org.jblas.MatrixFunctions
-
Applies the trigonometric arccosine function element wise on this
matrix.
- add(ComplexDouble) - Method in class org.jblas.ComplexDouble
-
Add two complex numbers.
- add(double) - Method in class org.jblas.ComplexDouble
-
Add a real number to a complex number.
- add(ComplexDoubleMatrix) - Method in class org.jblas.ComplexDoubleMatrix
-
- add(ComplexDouble) - Method in class org.jblas.ComplexDoubleMatrix
-
- add(double) - Method in class org.jblas.ComplexDoubleMatrix
-
- add(ComplexFloat) - Method in class org.jblas.ComplexFloat
-
Add two complex numbers.
- add(float) - Method in class org.jblas.ComplexFloat
-
Add a real number to a complex number.
- add(ComplexFloatMatrix) - Method in class org.jblas.ComplexFloatMatrix
-
- add(ComplexFloat) - Method in class org.jblas.ComplexFloatMatrix
-
- add(float) - Method in class org.jblas.ComplexFloatMatrix
-
- add(DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Add a matrix.
- add(double) - Method in class org.jblas.DoubleMatrix
-
Add a scalar.
- add(FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Add a matrix.
- add(float) - Method in class org.jblas.FloatMatrix
-
Add a scalar.
- addColumnVector(ComplexDoubleMatrix) - Method in class org.jblas.ComplexDoubleMatrix
-
Add a vector to all columns of the matrix
- addColumnVector(ComplexFloatMatrix) - Method in class org.jblas.ComplexFloatMatrix
-
Add a vector to all columns of the matrix
- addColumnVector(DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Add a vector to all columns of the matrix.
- addColumnVector(FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Add a vector to all columns of the matrix.
- addi(ComplexDouble, ComplexDouble) - Method in class org.jblas.ComplexDouble
-
Add two complex numbers in-place
- addi(ComplexDouble) - Method in class org.jblas.ComplexDouble
-
Add two complex numbers in-place storing the result in this.
- addi(double, ComplexDouble) - Method in class org.jblas.ComplexDouble
-
Add a real number to a complex number in-place.
- addi(double) - Method in class org.jblas.ComplexDouble
-
Add a real number to complex number in-place, storing the result in this.
- addi(ComplexDoubleMatrix, ComplexDoubleMatrix) - Method in class org.jblas.ComplexDoubleMatrix
-
Add two matrices.
- addi(ComplexDouble, ComplexDoubleMatrix) - Method in class org.jblas.ComplexDoubleMatrix
-
Add a scalar to a matrix.
- addi(double, ComplexDoubleMatrix) - Method in class org.jblas.ComplexDoubleMatrix
-
- addi(ComplexDoubleMatrix) - Method in class org.jblas.ComplexDoubleMatrix
-
Code for operators
- addi(ComplexDouble) - Method in class org.jblas.ComplexDoubleMatrix
-
- addi(double) - Method in class org.jblas.ComplexDoubleMatrix
-
- addi(ComplexFloat, ComplexFloat) - Method in class org.jblas.ComplexFloat
-
Add two complex numbers in-place
- addi(ComplexFloat) - Method in class org.jblas.ComplexFloat
-
Add two complex numbers in-place storing the result in this.
- addi(float, ComplexFloat) - Method in class org.jblas.ComplexFloat
-
Add a real number to a complex number in-place.
- addi(float) - Method in class org.jblas.ComplexFloat
-
Add a real number to complex number in-place, storing the result in this.
- addi(ComplexFloatMatrix, ComplexFloatMatrix) - Method in class org.jblas.ComplexFloatMatrix
-
Add two matrices.
- addi(ComplexFloat, ComplexFloatMatrix) - Method in class org.jblas.ComplexFloatMatrix
-
Add a scalar to a matrix.
- addi(float, ComplexFloatMatrix) - Method in class org.jblas.ComplexFloatMatrix
-
- addi(ComplexFloatMatrix) - Method in class org.jblas.ComplexFloatMatrix
-
Code for operators
- addi(ComplexFloat) - Method in class org.jblas.ComplexFloatMatrix
-
- addi(float) - Method in class org.jblas.ComplexFloatMatrix
-
- addi(DoubleMatrix, DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Add two matrices (in-place).
- addi(double, DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Add a scalar to a matrix (in-place).
- addi(DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Add a matrix (in place).
- addi(double) - Method in class org.jblas.DoubleMatrix
-
Add a scalar (in place).
- addi(FloatMatrix, FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Add two matrices (in-place).
- addi(float, FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Add a scalar to a matrix (in-place).
- addi(FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Add a matrix (in place).
- addi(float) - Method in class org.jblas.FloatMatrix
-
Add a scalar (in place).
- addiColumnVector(DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Add a vector to all columns of the matrix (in-place).
- addiColumnVector(FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Add a vector to all columns of the matrix (in-place).
- addiRowVector(DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Add a row vector to all rows of the matrix (in place).
- addiRowVector(FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Add a row vector to all rows of the matrix (in place).
- addRowVector(ComplexDoubleMatrix) - Method in class org.jblas.ComplexDoubleMatrix
-
Add a row vector to all rows of the matrix
- addRowVector(ComplexFloatMatrix) - Method in class org.jblas.ComplexFloatMatrix
-
Add a row vector to all rows of the matrix
- addRowVector(DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Add a row to all rows of the matrix.
- addRowVector(FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Add a row to all rows of the matrix.
- all() - Static method in class org.jblas.ranges.RangeUtils
-
- AllRange - Class in org.jblas.ranges
-
A range over all available indices.
- AllRange() - Constructor for class org.jblas.ranges.AllRange
-
- and(ComplexDoubleMatrix) - Method in class org.jblas.ComplexDoubleMatrix
-
- and(ComplexDouble) - Method in class org.jblas.ComplexDoubleMatrix
-
- and(double) - Method in class org.jblas.ComplexDoubleMatrix
-
- and(ComplexFloatMatrix) - Method in class org.jblas.ComplexFloatMatrix
-
- and(ComplexFloat) - Method in class org.jblas.ComplexFloatMatrix
-
- and(float) - Method in class org.jblas.ComplexFloatMatrix
-
- and(DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Compute elementwise logical and.
- and(double) - Method in class org.jblas.DoubleMatrix
-
Compute elementwise logical and against a scalar.
- and(FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Compute elementwise logical and.
- and(float) - Method in class org.jblas.FloatMatrix
-
Compute elementwise logical and against a scalar.
- andi(ComplexDoubleMatrix, ComplexDoubleMatrix) - Method in class org.jblas.ComplexDoubleMatrix
-
- andi(ComplexDoubleMatrix) - Method in class org.jblas.ComplexDoubleMatrix
-
- andi(ComplexDouble, ComplexDoubleMatrix) - Method in class org.jblas.ComplexDoubleMatrix
-
- andi(double, ComplexDoubleMatrix) - Method in class org.jblas.ComplexDoubleMatrix
-
- andi(ComplexDouble) - Method in class org.jblas.ComplexDoubleMatrix
-
- andi(double) - Method in class org.jblas.ComplexDoubleMatrix
-
- andi(ComplexFloatMatrix, ComplexFloatMatrix) - Method in class org.jblas.ComplexFloatMatrix
-
- andi(ComplexFloatMatrix) - Method in class org.jblas.ComplexFloatMatrix
-
- andi(ComplexFloat, ComplexFloatMatrix) - Method in class org.jblas.ComplexFloatMatrix
-
- andi(float, ComplexFloatMatrix) - Method in class org.jblas.ComplexFloatMatrix
-
- andi(ComplexFloat) - Method in class org.jblas.ComplexFloatMatrix
-
- andi(float) - Method in class org.jblas.ComplexFloatMatrix
-
- andi(DoubleMatrix, DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Compute elementwise logical and (in-place).
- andi(DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Compute elementwise logical and (in-place).
- andi(double, DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Compute elementwise logical and against a scalar (in-place).
- andi(double) - Method in class org.jblas.DoubleMatrix
-
Compute elementwise logical and against a scalar (in-place).
- andi(FloatMatrix, FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Compute elementwise logical and (in-place).
- andi(FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Compute elementwise logical and (in-place).
- andi(float, FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Compute elementwise logical and against a scalar (in-place).
- andi(float) - Method in class org.jblas.FloatMatrix
-
Compute elementwise logical and against a scalar (in-place).
- ArchFlavor - Class in org.jblas.util
-
- ArchFlavor() - Constructor for class org.jblas.util.ArchFlavor
-
- archFlavor() - Static method in class org.jblas.util.ArchFlavor
-
- arg() - Method in class org.jblas.ComplexDouble
-
Returns the argument of a complex number.
- arg() - Method in class org.jblas.ComplexFloat
-
Returns the argument of a complex number.
- argmax() - Method in class org.jblas.DoubleMatrix
-
Returns the linear index of the maximal element of the matrix.
- argmax() - Method in class org.jblas.FloatMatrix
-
Returns the linear index of the maximal element of the matrix.
- argmin() - Method in class org.jblas.DoubleMatrix
-
Returns the linear index of the minimal element.
- argmin() - Method in class org.jblas.FloatMatrix
-
Returns the linear index of the minimal element.
- asin(DoubleMatrix) - Static method in class org.jblas.MatrixFunctions
-
- asin(double) - Static method in class org.jblas.MatrixFunctions
-
- asin(FloatMatrix) - Static method in class org.jblas.MatrixFunctions
-
- asin(float) - Static method in class org.jblas.MatrixFunctions
-
- asini(DoubleMatrix) - Static method in class org.jblas.MatrixFunctions
-
Applies the trigonometric arcsine function element wise on this
matrix.
- asini(FloatMatrix) - Static method in class org.jblas.MatrixFunctions
-
Applies the trigonometric arcsine function element wise on this
matrix.
- assertMultipliesWith(ComplexDoubleMatrix) - Method in class org.jblas.ComplexDoubleMatrix
-
- assertMultipliesWith(ComplexFloatMatrix) - Method in class org.jblas.ComplexFloatMatrix
-
- assertMultipliesWith(DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Throws SizeException unless matrices can be multiplied with one another.
- assertMultipliesWith(FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Throws SizeException unless matrices can be multiplied with one another.
- assertSameLength(ComplexDoubleMatrix) - Method in class org.jblas.ComplexDoubleMatrix
-
- assertSameLength(ComplexFloatMatrix) - Method in class org.jblas.ComplexFloatMatrix
-
- assertSameLength(DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Throws SizeException unless matrices have the same length.
- assertSameLength(FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Throws SizeException unless matrices have the same length.
- assertSameSize(ComplexDoubleMatrix) - Method in class org.jblas.ComplexDoubleMatrix
-
Assert that two matrices have the same size.
- assertSameSize(ComplexFloatMatrix) - Method in class org.jblas.ComplexFloatMatrix
-
Assert that two matrices have the same size.
- assertSameSize(DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Throws SizeException unless two matrices have the same size.
- assertSameSize(FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Throws SizeException unless two matrices have the same size.
- assertSquare() - Method in class org.jblas.ComplexDoubleMatrix
-
- assertSquare() - Method in class org.jblas.ComplexFloatMatrix
-
- assertSquare() - Method in class org.jblas.DoubleMatrix
-
Throw SizeException unless matrix is square.
- assertSquare() - Method in class org.jblas.FloatMatrix
-
Throw SizeException unless matrix is square.
- asum(DoubleMatrix) - Static method in class org.jblas.SimpleBlas
-
Compute || x ||_1 (1-norm, sum of absolute values)
- asum(ComplexDoubleMatrix) - Static method in class org.jblas.SimpleBlas
-
- asum(FloatMatrix) - Static method in class org.jblas.SimpleBlas
-
Compute || x ||_1 (1-norm, sum of absolute values)
- asum(ComplexFloatMatrix) - Static method in class org.jblas.SimpleBlas
-
- atan(DoubleMatrix) - Static method in class org.jblas.MatrixFunctions
-
- atan(double) - Static method in class org.jblas.MatrixFunctions
-
- atan(FloatMatrix) - Static method in class org.jblas.MatrixFunctions
-
- atan(float) - Static method in class org.jblas.MatrixFunctions
-
- atani(DoubleMatrix) - Static method in class org.jblas.MatrixFunctions
-
Applies the trigonometric arctangend function element wise on this
matrix.
- atani(FloatMatrix) - Static method in class org.jblas.MatrixFunctions
-
Applies the trigonometric arctangend function element wise on this
matrix.
- axpy(double, DoubleMatrix, DoubleMatrix) - Static method in class org.jblas.SimpleBlas
-
Compute y <- alpha * x + y (elementwise addition)
- axpy(ComplexDouble, ComplexDoubleMatrix, ComplexDoubleMatrix) - Static method in class org.jblas.SimpleBlas
-
- axpy(float, FloatMatrix, FloatMatrix) - Static method in class org.jblas.SimpleBlas
-
Compute y <- alpha * x + y (elementwise addition)
- axpy(ComplexFloat, ComplexFloatMatrix, ComplexFloatMatrix) - Static method in class org.jblas.SimpleBlas
-
- caxpy(int, ComplexFloat, float[], int, int, float[], int, int) - Static method in class org.jblas.NativeBlas
-
- cbrt(DoubleMatrix) - Static method in class org.jblas.MatrixFunctions
-
- cbrt(double) - Static method in class org.jblas.MatrixFunctions
-
- cbrt(FloatMatrix) - Static method in class org.jblas.MatrixFunctions
-
- cbrt(float) - Static method in class org.jblas.MatrixFunctions
-
- cbrti(DoubleMatrix) - Static method in class org.jblas.MatrixFunctions
-
Applies the cube root function element wise on this
matrix.
- cbrti(FloatMatrix) - Static method in class org.jblas.MatrixFunctions
-
Applies the cube root function element wise on this
matrix.
- ccopy(int, float[], int, int, float[], int, int) - Static method in class org.jblas.NativeBlas
-
- cdotc(int, float[], int, int, float[], int, int) - Static method in class org.jblas.NativeBlas
-
- cdotu(int, float[], int, int, float[], int, int) - Static method in class org.jblas.NativeBlas
-
- ceil(DoubleMatrix) - Static method in class org.jblas.MatrixFunctions
-
- ceil(double) - Static method in class org.jblas.MatrixFunctions
-
- ceil(FloatMatrix) - Static method in class org.jblas.MatrixFunctions
-
- ceil(float) - Static method in class org.jblas.MatrixFunctions
-
- ceili(DoubleMatrix) - Static method in class org.jblas.MatrixFunctions
-
Element-wise round up by applying the ceil function on each
element.
- ceili(FloatMatrix) - Static method in class org.jblas.MatrixFunctions
-
Element-wise round up by applying the ceil function on each
element.
- center(DoubleMatrix) - Static method in class org.jblas.Geometry
-
Center a vector (subtract mean from all elements (in-place).
- center(FloatMatrix) - Static method in class org.jblas.Geometry
-
Center a vector (subtract mean from all elements (in-place).
- centerColumns(DoubleMatrix) - Static method in class org.jblas.Geometry
-
Center the columns of a matrix (in-place).
- centerColumns(FloatMatrix) - Static method in class org.jblas.Geometry
-
Center the columns of a matrix (in-place).
- centerRows(DoubleMatrix) - Static method in class org.jblas.Geometry
-
Center the rows of a matrix (in-place).
- centerRows(FloatMatrix) - Static method in class org.jblas.Geometry
-
Center the rows of a matrix (in-place).
- cgeev(char, char, int, float[], int, int, float[], int, float[], int, int, float[], int, int, float[], int, int, float[], int) - Static method in class org.jblas.NativeBlas
-
- cgeev(char, char, int, float[], int, int, float[], int, float[], int, int, float[], int, int, float[], int) - Static method in class org.jblas.NativeBlas
-
- cgemm(char, char, int, int, int, ComplexFloat, float[], int, int, float[], int, int, ComplexFloat, float[], int, int) - Static method in class org.jblas.NativeBlas
-
- cgemv(char, int, int, ComplexFloat, float[], int, int, float[], int, int, ComplexFloat, float[], int, int) - Static method in class org.jblas.NativeBlas
-
- cgerc(int, int, ComplexFloat, float[], int, int, float[], int, int, float[], int, int) - Static method in class org.jblas.NativeBlas
-
- cgeru(int, int, ComplexFloat, float[], int, int, float[], int, int, float[], int, int) - Static method in class org.jblas.NativeBlas
-
- cgesvd(char, char, int, int, float[], int, int, float[], int, float[], int, int, float[], int, int, float[], int, int, float[], int) - Static method in class org.jblas.NativeBlas
-
- cgesvd(char, char, int, int, float[], int, int, float[], int, float[], int, int, float[], int, int, float[], int) - Static method in class org.jblas.NativeBlas
-
- check(String, boolean) - Static method in class org.jblas.util.SanityChecks
-
- checkColumns(int) - Method in class org.jblas.DoubleMatrix
-
Asserts that the amtrix has a certain number of columns.
- checkColumns(int) - Method in class org.jblas.FloatMatrix
-
Asserts that the amtrix has a certain number of columns.
- checkComplexReturnValues() - Static method in class org.jblas.util.SanityChecks
-
- checkEigenvalues() - Static method in class org.jblas.util.SanityChecks
-
Compute eigenvalues.
- checkGeneralizedEigenvalues() - Static method in class org.jblas.util.SanityChecks
-
- checkLength(int) - Method in class org.jblas.DoubleMatrix
-
Assert that the matrix has a certain length.
- checkLength(int) - Method in class org.jblas.FloatMatrix
-
Assert that the matrix has a certain length.
- checkMatrixMultiplication() - Static method in class org.jblas.util.SanityChecks
-
Check matrix multiplication.
- checkRows(int) - Method in class org.jblas.DoubleMatrix
-
Asserts that the matrix has a certain number of rows.
- checkRows(int) - Method in class org.jblas.FloatMatrix
-
Asserts that the matrix has a certain number of rows.
- checksFailed - Static variable in class org.jblas.util.SanityChecks
-
- checkSVD() - Static method in class org.jblas.util.SanityChecks
-
- checkVectorAddition() - Static method in class org.jblas.util.SanityChecks
-
Check whether vector addition works.
- checkXerbla() - Static method in class org.jblas.util.SanityChecks
-
Check whether error handling works.
- cholesky(FloatMatrix) - Static method in class org.jblas.Decompose
-
if (info )
Compute Cholesky decomposition of A
- cholesky(DoubleMatrix) - Static method in class org.jblas.Decompose
-
Compute Cholesky decomposition of A
- columnArgmaxs() - Method in class org.jblas.DoubleMatrix
-
Return index of minimal element per column.
- columnArgmaxs() - Method in class org.jblas.FloatMatrix
-
Return index of minimal element per column.
- columnArgmins() - Method in class org.jblas.DoubleMatrix
-
Return index of minimal element per column.
- columnArgmins() - Method in class org.jblas.FloatMatrix
-
Return index of minimal element per column.
- columnMaxs() - Method in class org.jblas.DoubleMatrix
-
Return column-wise maximums.
- columnMaxs() - Method in class org.jblas.FloatMatrix
-
Return column-wise maximums.
- columnMeans() - Method in class org.jblas.ComplexDoubleMatrix
-
- columnMeans() - Method in class org.jblas.ComplexFloatMatrix
-
- columnMeans() - Method in class org.jblas.DoubleMatrix
-
Return a vector containing the means of all columns.
- columnMeans() - Method in class org.jblas.FloatMatrix
-
Return a vector containing the means of all columns.
- columnMins() - Method in class org.jblas.DoubleMatrix
-
Return column-wise minimums.
- columnMins() - Method in class org.jblas.FloatMatrix
-
Return column-wise minimums.
- columns - Variable in class org.jblas.ComplexDoubleMatrix
-
- columns - Variable in class org.jblas.ComplexFloatMatrix
-
- columns - Variable in class org.jblas.DoubleMatrix
-
Number of columns.
- columns - Variable in class org.jblas.FloatMatrix
-
Number of columns.
- columnsAsList() - Method in class org.jblas.DoubleMatrix
-
- columnsAsList() - Method in class org.jblas.FloatMatrix
-
- ColumnsAsListView(DoubleMatrix) - Constructor for class org.jblas.DoubleMatrix.ColumnsAsListView
-
- ColumnsAsListView(FloatMatrix) - Constructor for class org.jblas.FloatMatrix.ColumnsAsListView
-
- columnSortingPermutations() - Method in class org.jblas.DoubleMatrix
-
Return matrix of indices which sort all columns.
- columnSortingPermutations() - Method in class org.jblas.FloatMatrix
-
Return matrix of indices which sort all columns.
- columnSums() - Method in class org.jblas.ComplexDoubleMatrix
-
Return a vector containing the sums of the columns (having number of columns many entries)
- columnSums() - Method in class org.jblas.ComplexFloatMatrix
-
Return a vector containing the sums of the columns (having number of columns many entries)
- columnSums() - Method in class org.jblas.DoubleMatrix
-
Return a vector containing the sums of the columns (having number of columns many entries)
- columnSums() - Method in class org.jblas.FloatMatrix
-
Return a vector containing the sums of the columns (having number of columns many entries)
- compare(Object, double) - Method in class org.jblas.DoubleMatrix
-
Compare two matrices.
- compare(Object, float) - Method in class org.jblas.FloatMatrix
-
Compare two matrices.
- ComplexDouble - Class in org.jblas
-
A complex value with double precision.
- ComplexDouble(double, double) - Constructor for class org.jblas.ComplexDouble
-
- ComplexDouble(double) - Constructor for class org.jblas.ComplexDouble
-
- ComplexDoubleMatrix - Class in org.jblas
-
- ComplexDoubleMatrix(int, int, double...) - Constructor for class org.jblas.ComplexDoubleMatrix
-
Create a new matrix with newRows rows, newColumns columns
using newData> as the data.
- ComplexDoubleMatrix(int, int) - Constructor for class org.jblas.ComplexDoubleMatrix
-
Creates a new n times m ComplexDoubleMatrix.
- ComplexDoubleMatrix() - Constructor for class org.jblas.ComplexDoubleMatrix
-
Creates a new ComplexDoubleMatrix of size 0 times 0.
- ComplexDoubleMatrix(int) - Constructor for class org.jblas.ComplexDoubleMatrix
-
Create a Matrix of length len.
- ComplexDoubleMatrix(double[]) - Constructor for class org.jblas.ComplexDoubleMatrix
-
- ComplexDoubleMatrix(ComplexDouble[]) - Constructor for class org.jblas.ComplexDoubleMatrix
-
- ComplexDoubleMatrix(DoubleMatrix) - Constructor for class org.jblas.ComplexDoubleMatrix
-
Construct a complex matrix from a real matrix.
- ComplexDoubleMatrix(DoubleMatrix, DoubleMatrix) - Constructor for class org.jblas.ComplexDoubleMatrix
-
Construct a complex matrix from separate real and imaginary parts.
- ComplexDoubleMatrix(String) - Constructor for class org.jblas.ComplexDoubleMatrix
-
Creates a new matrix by reading it from a file.
- ComplexDoubleMatrix(double[][]) - Constructor for class org.jblas.ComplexDoubleMatrix
-
Creates a new n times m ComplexDoubleMatrix from
the given n times m 2D data array.
- ComplexFloat - Class in org.jblas
-
A complex value with float precision.
- ComplexFloat(float, float) - Constructor for class org.jblas.ComplexFloat
-
- ComplexFloat(float) - Constructor for class org.jblas.ComplexFloat
-
- ComplexFloatMatrix - Class in org.jblas
-
- ComplexFloatMatrix(int, int, float...) - Constructor for class org.jblas.ComplexFloatMatrix
-
Create a new matrix with newRows rows, newColumns columns
using newData> as the data.
- ComplexFloatMatrix(int, int) - Constructor for class org.jblas.ComplexFloatMatrix
-
Creates a new n times m ComplexFloatMatrix.
- ComplexFloatMatrix() - Constructor for class org.jblas.ComplexFloatMatrix
-
Creates a new ComplexFloatMatrix of size 0 times 0.
- ComplexFloatMatrix(int) - Constructor for class org.jblas.ComplexFloatMatrix
-
Create a Matrix of length len.
- ComplexFloatMatrix(float[]) - Constructor for class org.jblas.ComplexFloatMatrix
-
- ComplexFloatMatrix(ComplexFloat[]) - Constructor for class org.jblas.ComplexFloatMatrix
-
- ComplexFloatMatrix(FloatMatrix) - Constructor for class org.jblas.ComplexFloatMatrix
-
Construct a complex matrix from a real matrix.
- ComplexFloatMatrix(FloatMatrix, FloatMatrix) - Constructor for class org.jblas.ComplexFloatMatrix
-
Construct a complex matrix from separate real and imaginary parts.
- ComplexFloatMatrix(String) - Constructor for class org.jblas.ComplexFloatMatrix
-
Creates a new matrix by reading it from a file.
- ComplexFloatMatrix(float[][]) - Constructor for class org.jblas.ComplexFloatMatrix
-
Creates a new n times m ComplexFloatMatrix from
the given n times m 2D data array.
- compute(double) - Method in interface org.jblas.DoubleFunction
-
Compute the function.
- compute(float) - Method in interface org.jblas.FloatFunction
-
Compute the function.
- concatHorizontally(ComplexDoubleMatrix, ComplexDoubleMatrix) - Static method in class org.jblas.ComplexDoubleMatrix
-
- concatHorizontally(ComplexFloatMatrix, ComplexFloatMatrix) - Static method in class org.jblas.ComplexFloatMatrix
-
- concatHorizontally(DoubleMatrix, DoubleMatrix) - Static method in class org.jblas.DoubleMatrix
-
Concatenates two matrices horizontally.
- concatHorizontally(FloatMatrix, FloatMatrix) - Static method in class org.jblas.FloatMatrix
-
Concatenates two matrices horizontally.
- concatVertically(ComplexDoubleMatrix, ComplexDoubleMatrix) - Static method in class org.jblas.ComplexDoubleMatrix
-
- concatVertically(ComplexFloatMatrix, ComplexFloatMatrix) - Static method in class org.jblas.ComplexFloatMatrix
-
- concatVertically(DoubleMatrix, DoubleMatrix) - Static method in class org.jblas.DoubleMatrix
-
Concatenates two matrices vertically.
- concatVertically(FloatMatrix, FloatMatrix) - Static method in class org.jblas.FloatMatrix
-
Concatenates two matrices vertically.
- CONFIG - Static variable in class org.jblas.util.Logger
-
- config(String) - Method in class org.jblas.util.Logger
-
- conj() - Method in class org.jblas.ComplexDouble
-
- conj() - Method in class org.jblas.ComplexDoubleMatrix
-
Compute complex conjugate.
- conj() - Method in class org.jblas.ComplexFloat
-
- conj() - Method in class org.jblas.ComplexFloatMatrix
-
Compute complex conjugate.
- conji() - Method in class org.jblas.ComplexDouble
-
- conji() - Method in class org.jblas.ComplexDoubleMatrix
-
Compute complex conjugate (in-place).
- conji() - Method in class org.jblas.ComplexFloat
-
- conji() - Method in class org.jblas.ComplexFloatMatrix
-
Compute complex conjugate (in-place).
- ConvertsToDoubleMatrix - Interface in org.jblas
-
EXPERIMENTAL, not yet used for anything usefull...
- ConvertsToFloatMatrix - Interface in org.jblas
-
- convertToDoubleMatrix() - Method in interface org.jblas.ConvertsToDoubleMatrix
-
- convertToDoubleMatrix() - Method in class org.jblas.DoubleMatrix.ColumnsAsListView
-
- convertToDoubleMatrix() - Method in class org.jblas.DoubleMatrix.ElementsAsListView
-
- convertToDoubleMatrix() - Method in class org.jblas.DoubleMatrix.RowsAsListView
-
- convertToFloatMatrix() - Method in interface org.jblas.ConvertsToFloatMatrix
-
- convertToFloatMatrix() - Method in class org.jblas.FloatMatrix.ColumnsAsListView
-
- convertToFloatMatrix() - Method in class org.jblas.FloatMatrix.ElementsAsListView
-
- convertToFloatMatrix() - Method in class org.jblas.FloatMatrix.RowsAsListView
-
- copy(ComplexDouble) - Method in class org.jblas.ComplexDouble
-
- copy(ComplexDoubleMatrix) - Method in class org.jblas.ComplexDoubleMatrix
-
Copy ComplexDoubleMatrix a to this.
- copy(ComplexFloat) - Method in class org.jblas.ComplexFloat
-
- copy(ComplexFloatMatrix) - Method in class org.jblas.ComplexFloatMatrix
-
Copy ComplexFloatMatrix a to this.
- copy(DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Copy DoubleMatrix a to this.
- copy(FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Copy FloatMatrix a to this.
- copy(DoubleMatrix, DoubleMatrix) - Static method in class org.jblas.SimpleBlas
-
Compute y <- x (copy a matrix)
- copy(ComplexDoubleMatrix, ComplexDoubleMatrix) - Static method in class org.jblas.SimpleBlas
-
- copy(FloatMatrix, FloatMatrix) - Static method in class org.jblas.SimpleBlas
-
Compute y <- x (copy a matrix)
- copy(ComplexFloatMatrix, ComplexFloatMatrix) - Static method in class org.jblas.SimpleBlas
-
- cos(DoubleMatrix) - Static method in class org.jblas.MatrixFunctions
-
- cos(double) - Static method in class org.jblas.MatrixFunctions
-
- cos(FloatMatrix) - Static method in class org.jblas.MatrixFunctions
-
- cos(float) - Static method in class org.jblas.MatrixFunctions
-
- cosh(DoubleMatrix) - Static method in class org.jblas.MatrixFunctions
-
- cosh(double) - Static method in class org.jblas.MatrixFunctions
-
- cosh(FloatMatrix) - Static method in class org.jblas.MatrixFunctions
-
- cosh(float) - Static method in class org.jblas.MatrixFunctions
-
- coshi(DoubleMatrix) - Static method in class org.jblas.MatrixFunctions
-
Applies the hyperbolic cosine function element-wise on this
matrix.
- coshi(FloatMatrix) - Static method in class org.jblas.MatrixFunctions
-
Applies the hyperbolic cosine function element-wise on this
matrix.
- cosi(DoubleMatrix) - Static method in class org.jblas.MatrixFunctions
-
Applies the cosine function element-wise on this
matrix.
- cosi(FloatMatrix) - Static method in class org.jblas.MatrixFunctions
-
Applies the cosine function element-wise on this
matrix.
- cscal(int, ComplexFloat, float[], int, int) - Static method in class org.jblas.NativeBlas
-
- csscal(int, float, float[], int, int) - Static method in class org.jblas.NativeBlas
-
- cswap(int, float[], int, int, float[], int, int) - Static method in class org.jblas.NativeBlas
-
- cumulativeSum() - Method in class org.jblas.DoubleMatrix
-
Computes the cumulative sum, that is, the sum of all elements
of the matrix up to a given index in linear addressing.
- cumulativeSum() - Method in class org.jblas.FloatMatrix
-
Computes the cumulative sum, that is, the sum of all elements
of the matrix up to a given index in linear addressing.
- cumulativeSumi() - Method in class org.jblas.DoubleMatrix
-
Computes the cumulative sum, that is, the sum of all elements
of the matrix up to a given index in linear addressing (in-place).
- cumulativeSumi() - Method in class org.jblas.FloatMatrix
-
Computes the cumulative sum, that is, the sum of all elements
of the matrix up to a given index in linear addressing (in-place).
- dasum(int, double[], int, int) - Static method in class org.jblas.NativeBlas
-
- data - Variable in class org.jblas.ComplexDoubleMatrix
-
- data - Variable in class org.jblas.ComplexFloatMatrix
-
- data - Variable in class org.jblas.DoubleMatrix
-
The actual data stored by rows (that is, row 0, row 1...).
- data - Variable in class org.jblas.FloatMatrix
-
The actual data stored by rows (that is, row 0, row 1...).
- daxpy(int, double, double[], int, int, double[], int, int) - Static method in class org.jblas.NativeBlas
-
- dcopy(int, double[], int, int, double[], int, int) - Static method in class org.jblas.NativeBlas
-
- ddot(int, double[], int, int, double[], int, int) - Static method in class org.jblas.NativeBlas
-
- DEBUG - Static variable in class org.jblas.util.Logger
-
- debug(String) - Method in class org.jblas.util.Logger
-
- Decompose - Class in org.jblas
-
Matrix which collects all kinds of decompositions.
- Decompose() - Constructor for class org.jblas.Decompose
-
- Decompose.LUDecomposition<T> - Class in org.jblas
-
Class to hold an LU decomposition result.
- Decompose.QRDecomposition<T> - Class in org.jblas
-
Class to represent a QR decomposition.
- dgeev(char, char, int, double[], int, int, double[], int, double[], int, double[], int, int, double[], int, int, double[], int, int) - Static method in class org.jblas.NativeBlas
-
- dgeev(char, char, int, double[], int, int, double[], int, double[], int, double[], int, int, double[], int, int) - Static method in class org.jblas.NativeBlas
-
- dgelsd(int, int, int, double[], int, int, double[], int, int, double[], int, double, int[], int, double[], int, int, int[], int) - Static method in class org.jblas.NativeBlas
-
- dgelsd(int, int, int, double[], int, int, double[], int, int, double[], int, double, int[], int, int[], int) - Static method in class org.jblas.NativeBlas
-
- dgemm(char, char, int, int, int, double, double[], int, int, double[], int, int, double, double[], int, int) - Static method in class org.jblas.NativeBlas
-
- dgemv(char, int, int, double, double[], int, int, double[], int, int, double, double[], int, int) - Static method in class org.jblas.NativeBlas
-
- dgeqrf(int, int, double[], int, int, double[], int, double[], int, int) - Static method in class org.jblas.NativeBlas
-
- dgeqrf(int, int, double[], int, int, double[], int) - Static method in class org.jblas.NativeBlas
-
- dger(int, int, double, double[], int, int, double[], int, int, double[], int, int) - Static method in class org.jblas.NativeBlas
-
- dgesv(int, int, double[], int, int, int[], int, double[], int, int) - Static method in class org.jblas.NativeBlas
-
- dgesvd(char, char, int, int, double[], int, int, double[], int, double[], int, int, double[], int, int, double[], int, int) - Static method in class org.jblas.NativeBlas
-
- dgesvd(char, char, int, int, double[], int, int, double[], int, double[], int, int, double[], int, int) - Static method in class org.jblas.NativeBlas
-
- dgetrf(int, int, double[], int, int, int[], int) - Static method in class org.jblas.NativeBlas
-
- diag(ComplexDoubleMatrix) - Static method in class org.jblas.ComplexDoubleMatrix
-
Creates a new matrix where the values of the given vector are the diagonal values of
the matrix.
- diag(ComplexDoubleMatrix, int, int) - Static method in class org.jblas.ComplexDoubleMatrix
-
Construct a matrix of arbitrary shape and set the diagonal according
to a passed vector.
- diag() - Method in class org.jblas.ComplexDoubleMatrix
-
Get diagonal of the matrix.
- diag(ComplexFloatMatrix) - Static method in class org.jblas.ComplexFloatMatrix
-
Creates a new matrix where the values of the given vector are the diagonal values of
the matrix.
- diag(ComplexFloatMatrix, int, int) - Static method in class org.jblas.ComplexFloatMatrix
-
Construct a matrix of arbitrary shape and set the diagonal according
to a passed vector.
- diag() - Method in class org.jblas.ComplexFloatMatrix
-
Get diagonal of the matrix.
- diag(DoubleMatrix) - Static method in class org.jblas.DoubleMatrix
-
Creates a new matrix where the values of the given vector are the diagonal values of
the matrix.
- diag(DoubleMatrix, int, int) - Static method in class org.jblas.DoubleMatrix
-
Construct a matrix of arbitrary shape and set the diagonal according
to a passed vector.
- diag() - Method in class org.jblas.DoubleMatrix
-
Returns the diagonal of the matrix.
- diag(FloatMatrix) - Static method in class org.jblas.FloatMatrix
-
Creates a new matrix where the values of the given vector are the diagonal values of
the matrix.
- diag(FloatMatrix, int, int) - Static method in class org.jblas.FloatMatrix
-
Construct a matrix of arbitrary shape and set the diagonal according
to a passed vector.
- diag() - Method in class org.jblas.FloatMatrix
-
Returns the diagonal of the matrix.
- distance1(DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Returns the (1-norm) distance.
- distance1(FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Returns the (1-norm) distance.
- distance2(DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Returns the (euclidean) distance.
- distance2(FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Returns the (euclidean) distance.
- div(ComplexDouble) - Method in class org.jblas.ComplexDouble
-
Divide two complex numbers
- div(double) - Method in class org.jblas.ComplexDouble
-
- div(ComplexDoubleMatrix) - Method in class org.jblas.ComplexDoubleMatrix
-
- div(ComplexDouble) - Method in class org.jblas.ComplexDoubleMatrix
-
- div(double) - Method in class org.jblas.ComplexDoubleMatrix
-
- div(ComplexFloat) - Method in class org.jblas.ComplexFloat
-
Divide two complex numbers
- div(float) - Method in class org.jblas.ComplexFloat
-
- div(ComplexFloatMatrix) - Method in class org.jblas.ComplexFloatMatrix
-
- div(ComplexFloat) - Method in class org.jblas.ComplexFloatMatrix
-
- div(float) - Method in class org.jblas.ComplexFloatMatrix
-
- div(DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Elementwise divide by a matrix.
- div(double) - Method in class org.jblas.DoubleMatrix
-
Elementwise divide by a scalar.
- div(FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Elementwise divide by a matrix.
- div(float) - Method in class org.jblas.FloatMatrix
-
Elementwise divide by a scalar.
- divColumnVector(DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
- divColumnVector(FloatMatrix) - Method in class org.jblas.FloatMatrix
-
- divi(ComplexDouble, ComplexDouble) - Method in class org.jblas.ComplexDouble
-
Divide two complex numbers, in-place
- divi(ComplexDouble) - Method in class org.jblas.ComplexDouble
-
- divi(double, ComplexDouble) - Method in class org.jblas.ComplexDouble
-
- divi(double) - Method in class org.jblas.ComplexDouble
-
- divi(ComplexDoubleMatrix, ComplexDoubleMatrix) - Method in class org.jblas.ComplexDoubleMatrix
-
(Elementwise) division
- divi(ComplexDouble, ComplexDoubleMatrix) - Method in class org.jblas.ComplexDoubleMatrix
-
(Elementwise) division with a scalar
- divi(double, ComplexDoubleMatrix) - Method in class org.jblas.ComplexDoubleMatrix
-
- divi(ComplexDoubleMatrix) - Method in class org.jblas.ComplexDoubleMatrix
-
- divi(ComplexDouble) - Method in class org.jblas.ComplexDoubleMatrix
-
- divi(double) - Method in class org.jblas.ComplexDoubleMatrix
-
- divi(ComplexFloat, ComplexFloat) - Method in class org.jblas.ComplexFloat
-
Divide two complex numbers, in-place
- divi(ComplexFloat) - Method in class org.jblas.ComplexFloat
-
- divi(float, ComplexFloat) - Method in class org.jblas.ComplexFloat
-
- divi(float) - Method in class org.jblas.ComplexFloat
-
- divi(ComplexFloatMatrix, ComplexFloatMatrix) - Method in class org.jblas.ComplexFloatMatrix
-
(Elementwise) division
- divi(ComplexFloat, ComplexFloatMatrix) - Method in class org.jblas.ComplexFloatMatrix
-
(Elementwise) division with a scalar
- divi(float, ComplexFloatMatrix) - Method in class org.jblas.ComplexFloatMatrix
-
- divi(ComplexFloatMatrix) - Method in class org.jblas.ComplexFloatMatrix
-
- divi(ComplexFloat) - Method in class org.jblas.ComplexFloatMatrix
-
- divi(float) - Method in class org.jblas.ComplexFloatMatrix
-
- divi(DoubleMatrix, DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Elementwise division (in-place).
- divi(double, DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Elementwise division with a scalar (in-place).
- divi(DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Elementwise divide by a matrix (in place).
- divi(double) - Method in class org.jblas.DoubleMatrix
-
Elementwise divide by a scalar (in place).
- divi(FloatMatrix, FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Elementwise division (in-place).
- divi(float, FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Elementwise division with a scalar (in-place).
- divi(FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Elementwise divide by a matrix (in place).
- divi(float) - Method in class org.jblas.FloatMatrix
-
Elementwise divide by a scalar (in place).
- diviColumnVector(DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
- diviColumnVector(FloatMatrix) - Method in class org.jblas.FloatMatrix
-
- diviRowVector(DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
- diviRowVector(FloatMatrix) - Method in class org.jblas.FloatMatrix
-
- divRowVector(DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
- divRowVector(FloatMatrix) - Method in class org.jblas.FloatMatrix
-
- dnrm2(int, double[], int, int) - Static method in class org.jblas.NativeBlas
-
- dorgqr(int, int, int, double[], int, int, double[], int, double[], int, int) - Static method in class org.jblas.NativeBlas
-
- dorgqr(int, int, int, double[], int, int, double[], int) - Static method in class org.jblas.NativeBlas
-
- dormqr(char, char, int, int, int, double[], int, int, double[], int, double[], int, int, double[], int, int) - Static method in class org.jblas.NativeBlas
-
- dormqr(char, char, int, int, int, double[], int, int, double[], int, double[], int, int) - Static method in class org.jblas.NativeBlas
-
- dot(DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
The scalar product of this with other.
- dot(FloatMatrix) - Method in class org.jblas.FloatMatrix
-
The scalar product of this with other.
- dot(DoubleMatrix, DoubleMatrix) - Static method in class org.jblas.SimpleBlas
-
Compute x^T * y (dot product)
- dot(FloatMatrix, FloatMatrix) - Static method in class org.jblas.SimpleBlas
-
Compute x^T * y (dot product)
- dotc(ComplexDoubleMatrix) - Method in class org.jblas.ComplexDoubleMatrix
-
Computes this^T * other
- dotc(ComplexFloatMatrix) - Method in class org.jblas.ComplexFloatMatrix
-
Computes this^T * other
- dotc(ComplexDoubleMatrix, ComplexDoubleMatrix) - Static method in class org.jblas.SimpleBlas
-
Compute x^T * y (dot product)
- dotc(ComplexFloatMatrix, ComplexFloatMatrix) - Static method in class org.jblas.SimpleBlas
-
Compute x^T * y (dot product)
- dotu(ComplexDoubleMatrix) - Method in class org.jblas.ComplexDoubleMatrix
-
Computes this^H * other
- dotu(ComplexFloatMatrix) - Method in class org.jblas.ComplexFloatMatrix
-
Computes this^H * other
- dotu(ComplexDoubleMatrix, ComplexDoubleMatrix) - Static method in class org.jblas.SimpleBlas
-
Compute x^T * y (dot product)
- dotu(ComplexFloatMatrix, ComplexFloatMatrix) - Static method in class org.jblas.SimpleBlas
-
Compute x^T * y (dot product)
- DoubleFunction - Interface in org.jblas
-
Represents a function on doubles.
- DoubleMatrix - Class in org.jblas
-
A general matrix class for double typed values.
- DoubleMatrix(int, int, double...) - Constructor for class org.jblas.DoubleMatrix
-
Create a new matrix with newRows rows, newColumns columns
using newData> as the data.
- DoubleMatrix(int, int) - Constructor for class org.jblas.DoubleMatrix
-
Creates a new n times m DoubleMatrix.
- DoubleMatrix() - Constructor for class org.jblas.DoubleMatrix
-
Creates a new DoubleMatrix of size 0 times 0.
- DoubleMatrix(int) - Constructor for class org.jblas.DoubleMatrix
-
Create a Matrix of length len.
- DoubleMatrix(double[]) - Constructor for class org.jblas.DoubleMatrix
-
Create a a column vector using newData as the data array.
- DoubleMatrix(String) - Constructor for class org.jblas.DoubleMatrix
-
Creates a new matrix by reading it from a file.
- DoubleMatrix(double[][]) - Constructor for class org.jblas.DoubleMatrix
-
Creates a new n times m DoubleMatrix from
the given n times m 2D data array.
- DoubleMatrix(List<Double>) - Constructor for class org.jblas.DoubleMatrix
-
Creates a DoubleMatrix column vector from the given List<Double&rt;.
- DoubleMatrix.ColumnsAsListView - Class in org.jblas
-
- DoubleMatrix.ElementsAsListView - Class in org.jblas
-
A wrapper which allows to view a matrix as a List of Doubles (read-only!).
- DoubleMatrix.RowsAsListView - Class in org.jblas
-
- doubleToFloat(DoubleMatrix) - Static method in class org.jblas.MatrixFunctions
-
- dposv(char, int, int, double[], int, int, double[], int, int) - Static method in class org.jblas.NativeBlas
-
- dpotrf(char, int, double[], int, int) - Static method in class org.jblas.NativeBlas
-
- dscal(int, double, double[], int, int) - Static method in class org.jblas.NativeBlas
-
- dswap(int, double[], int, int, double[], int, int) - Static method in class org.jblas.NativeBlas
-
- dsyev(char, char, int, double[], int, int, double[], int, double[], int, int) - Static method in class org.jblas.NativeBlas
-
- dsyev(char, char, int, double[], int, int, double[], int) - Static method in class org.jblas.NativeBlas
-
- dsyevd(char, char, int, double[], int, int, double[], int, double[], int, int, int[], int, int) - Static method in class org.jblas.NativeBlas
-
- dsyevd(char, char, int, double[], int, int, double[], int) - Static method in class org.jblas.NativeBlas
-
- dsyevr(char, char, char, int, double[], int, int, double, double, int, int, double, int[], int, double[], int, double[], int, int, int[], int, double[], int, int, int[], int, int) - Static method in class org.jblas.NativeBlas
-
- dsyevr(char, char, char, int, double[], int, int, double, double, int, int, double, int[], int, double[], int, double[], int, int, int[], int) - Static method in class org.jblas.NativeBlas
-
- dsyevx(char, char, char, int, double[], int, int, double, double, int, int, double, int[], int, double[], int, double[], int, int, double[], int, int, int[], int, int[], int) - Static method in class org.jblas.NativeBlas
-
- dsyevx(char, char, char, int, double[], int, int, double, double, int, int, double, int[], int, double[], int, double[], int, int, int[], int, int[], int) - Static method in class org.jblas.NativeBlas
-
- dsygvd(int, char, char, int, double[], int, int, double[], int, int, double[], int, double[], int, int, int[], int, int) - Static method in class org.jblas.NativeBlas
-
- dsygvd(int, char, char, int, double[], int, int, double[], int, int, double[], int) - Static method in class org.jblas.NativeBlas
-
- dsygvx(int, char, char, char, int, double[], int, int, double[], int, int, double, double, int, int, double, int[], int, double[], int, double[], int, int, double[], int, int, int[], int, int[], int) - Static method in class org.jblas.NativeBlas
-
- dsygvx(int, char, char, char, int, double[], int, int, double[], int, int, double, double, int, int, double, int[], int, double[], int, double[], int, int, int[], int, int[], int) - Static method in class org.jblas.NativeBlas
-
- dsysv(char, int, int, double[], int, int, int[], int, double[], int, int, double[], int, int) - Static method in class org.jblas.NativeBlas
-
- dsysv(char, int, int, double[], int, int, int[], int, double[], int, int) - Static method in class org.jblas.NativeBlas
-
- dup() - Method in class org.jblas.ComplexDouble
-
- dup() - Method in class org.jblas.ComplexDoubleMatrix
-
Returns a duplicate of this matrix.
- dup() - Method in class org.jblas.ComplexFloat
-
- dup() - Method in class org.jblas.ComplexFloatMatrix
-
Returns a duplicate of this matrix.
- dup() - Method in class org.jblas.DoubleMatrix
-
Returns a duplicate of this matrix.
- dup() - Method in class org.jblas.FloatMatrix
-
Returns a duplicate of this matrix.
- dzasum(int, double[], int, int) - Static method in class org.jblas.NativeBlas
-
- dznrm2(int, double[], int, int) - Static method in class org.jblas.NativeBlas
-
- Eigen - Class in org.jblas
-
Eigenvalue and Eigenvector related functions.
- Eigen() - Constructor for class org.jblas.Eigen
-
- eigenvalues(DoubleMatrix) - Static method in class org.jblas.Eigen
-
Computes the eigenvalues of a general matrix.
- eigenvalues(FloatMatrix) - Static method in class org.jblas.Eigen
-
Computes the eigenvalues of a general matrix.
- eigenvectors(DoubleMatrix) - Static method in class org.jblas.Eigen
-
Computes the eigenvalues and eigenvectors of a general matrix.
- eigenvectors(FloatMatrix) - Static method in class org.jblas.Eigen
-
Computes the eigenvalues and eigenvectors of a general matrix.
- elementsAsList() - Method in class org.jblas.DoubleMatrix
-
- elementsAsList() - Method in class org.jblas.FloatMatrix
-
- ElementsAsListView(DoubleMatrix) - Constructor for class org.jblas.DoubleMatrix.ElementsAsListView
-
- ElementsAsListView(FloatMatrix) - Constructor for class org.jblas.FloatMatrix.ElementsAsListView
-
- EMPTY - Static variable in class org.jblas.DoubleMatrix
-
- EMPTY - Static variable in class org.jblas.FloatMatrix
-
- eq(ComplexDouble) - Method in class org.jblas.ComplexDouble
-
- eq(ComplexDoubleMatrix) - Method in class org.jblas.ComplexDoubleMatrix
-
- eq(ComplexDouble) - Method in class org.jblas.ComplexDoubleMatrix
-
- eq(double) - Method in class org.jblas.ComplexDoubleMatrix
-
- eq(ComplexFloat) - Method in class org.jblas.ComplexFloat
-
- eq(ComplexFloatMatrix) - Method in class org.jblas.ComplexFloatMatrix
-
- eq(ComplexFloat) - Method in class org.jblas.ComplexFloatMatrix
-
- eq(float) - Method in class org.jblas.ComplexFloatMatrix
-
- eq(DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Test for equality.
- eq(double) - Method in class org.jblas.DoubleMatrix
-
test for equality against a scalar.
- eq(FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Test for equality.
- eq(float) - Method in class org.jblas.FloatMatrix
-
test for equality against a scalar.
- eqi(ComplexDoubleMatrix, ComplexDoubleMatrix) - Method in class org.jblas.ComplexDoubleMatrix
-
- eqi(ComplexDoubleMatrix) - Method in class org.jblas.ComplexDoubleMatrix
-
- eqi(ComplexDouble, ComplexDoubleMatrix) - Method in class org.jblas.ComplexDoubleMatrix
-
- eqi(double, ComplexDoubleMatrix) - Method in class org.jblas.ComplexDoubleMatrix
-
- eqi(ComplexDouble) - Method in class org.jblas.ComplexDoubleMatrix
-
- eqi(double) - Method in class org.jblas.ComplexDoubleMatrix
-
- eqi(ComplexFloatMatrix, ComplexFloatMatrix) - Method in class org.jblas.ComplexFloatMatrix
-
- eqi(ComplexFloatMatrix) - Method in class org.jblas.ComplexFloatMatrix
-
- eqi(ComplexFloat, ComplexFloatMatrix) - Method in class org.jblas.ComplexFloatMatrix
-
- eqi(float, ComplexFloatMatrix) - Method in class org.jblas.ComplexFloatMatrix
-
- eqi(ComplexFloat) - Method in class org.jblas.ComplexFloatMatrix
-
- eqi(float) - Method in class org.jblas.ComplexFloatMatrix
-
- eqi(DoubleMatrix, DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Test for equality (in-place).
- eqi(DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Test for equality (in-place).
- eqi(double, DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Test for equality against a scalar (in-place).
- eqi(double) - Method in class org.jblas.DoubleMatrix
-
Test for equality against a scalar (in-place).
- eqi(FloatMatrix, FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Test for equality (in-place).
- eqi(FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Test for equality (in-place).
- eqi(float, FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Test for equality against a scalar (in-place).
- eqi(float) - Method in class org.jblas.FloatMatrix
-
Test for equality against a scalar (in-place).
- equals(Object) - Method in class org.jblas.ComplexDouble
-
Comparing two ComplexDouble values.
- equals(Object) - Method in class org.jblas.ComplexDoubleMatrix
-
Compare two matrices.
- equals(Object) - Method in class org.jblas.ComplexFloat
-
Comparing two ComplexFloat values.
- equals(Object) - Method in class org.jblas.ComplexFloatMatrix
-
Compare two matrices.
- equals(Object) - Method in class org.jblas.DoubleMatrix
-
- equals(Object) - Method in class org.jblas.FloatMatrix
-
- ERROR - Static variable in class org.jblas.util.Logger
-
- error(String) - Method in class org.jblas.util.Logger
-
- exp(DoubleMatrix) - Static method in class org.jblas.MatrixFunctions
-
- exp(double) - Static method in class org.jblas.MatrixFunctions
-
- exp(FloatMatrix) - Static method in class org.jblas.MatrixFunctions
-
- exp(float) - Static method in class org.jblas.MatrixFunctions
-
- expi(DoubleMatrix) - Static method in class org.jblas.MatrixFunctions
-
Applies the exponential function element-wise on this
matrix.
- expi(FloatMatrix) - Static method in class org.jblas.MatrixFunctions
-
Applies the exponential function element-wise on this
matrix.
- expm(DoubleMatrix) - Static method in class org.jblas.MatrixFunctions
-
Calculate matrix exponential of a square matrix.
- expm(FloatMatrix) - Static method in class org.jblas.MatrixFunctions
-
Calculate matrix exponential of a square matrix.
- eye(int) - Static method in class org.jblas.DoubleMatrix
-
Construct a new n-by-n identity matrix.
- eye(int) - Static method in class org.jblas.FloatMatrix
-
Construct a new n-by-n identity matrix.
- fill(double) - Method in class org.jblas.DoubleMatrix
-
Set all elements to a value.
- fill(float) - Method in class org.jblas.FloatMatrix
-
Set all elements to a value.
- find(DoubleMatrix) - Static method in class org.jblas.ranges.RangeUtils
-
- findIndices() - Method in class org.jblas.ComplexDoubleMatrix
-
- findIndices() - Method in class org.jblas.ComplexFloatMatrix
-
- findIndices() - Method in class org.jblas.DoubleMatrix
-
Find the linear indices of all non-zero elements.
- findIndices() - Method in class org.jblas.FloatMatrix
-
Find the linear indices of all non-zero elements.
- FloatFunction - Interface in org.jblas
-
Represents a function on floats.
- FloatMatrix - Class in org.jblas
-
A general matrix class for float typed values.
- FloatMatrix(int, int, float...) - Constructor for class org.jblas.FloatMatrix
-
Create a new matrix with newRows rows, newColumns columns
using newData> as the data.
- FloatMatrix(int, int) - Constructor for class org.jblas.FloatMatrix
-
Creates a new n times m FloatMatrix.
- FloatMatrix() - Constructor for class org.jblas.FloatMatrix
-
Creates a new FloatMatrix of size 0 times 0.
- FloatMatrix(int) - Constructor for class org.jblas.FloatMatrix
-
Create a Matrix of length len.
- FloatMatrix(float[]) - Constructor for class org.jblas.FloatMatrix
-
Create a a column vector using newData as the data array.
- FloatMatrix(String) - Constructor for class org.jblas.FloatMatrix
-
Creates a new matrix by reading it from a file.
- FloatMatrix(float[][]) - Constructor for class org.jblas.FloatMatrix
-
Creates a new n times m FloatMatrix from
the given n times m 2D data array.
- FloatMatrix(List<Float>) - Constructor for class org.jblas.FloatMatrix
-
Creates a FloatMatrix column vector from the given List<Double&rt;.
- FloatMatrix.ColumnsAsListView - Class in org.jblas
-
- FloatMatrix.ElementsAsListView - Class in org.jblas
-
A wrapper which allows to view a matrix as a List of Doubles (read-only!).
- FloatMatrix.RowsAsListView - Class in org.jblas
-
- floatToDouble(FloatMatrix) - Static method in class org.jblas.MatrixFunctions
-
- floor(DoubleMatrix) - Static method in class org.jblas.MatrixFunctions
-
- floor(double) - Static method in class org.jblas.MatrixFunctions
-
- floor(FloatMatrix) - Static method in class org.jblas.MatrixFunctions
-
- floor(float) - Static method in class org.jblas.MatrixFunctions
-
- floori(DoubleMatrix) - Static method in class org.jblas.MatrixFunctions
-
Element-wise round down by applying the floor function on each
element.
- floori(FloatMatrix) - Static method in class org.jblas.MatrixFunctions
-
Element-wise round down by applying the floor function on each
element.
- fullSVD(DoubleMatrix) - Static method in class org.jblas.Singular
-
Compute a singular-value decomposition of A.
- fullSVD(ComplexDoubleMatrix) - Static method in class org.jblas.Singular
-
Compute a singular-value decomposition of A.
- fullSVD(FloatMatrix) - Static method in class org.jblas.Singular
-
Compute a singular-value decomposition of A.
- fullSVD(ComplexFloatMatrix) - Static method in class org.jblas.Singular
-
Compute a singular-value decomposition of A.
- Functions - Class in org.jblas.util
-
- Functions() - Constructor for class org.jblas.util.Functions
-
- ge(DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Test for "greater than or equal".
- ge(double) - Method in class org.jblas.DoubleMatrix
-
test for "greater than or equal" against a scalar.
- ge(FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Test for "greater than or equal".
- ge(float) - Method in class org.jblas.FloatMatrix
-
test for "greater than or equal" against a scalar.
- geev(char, char, DoubleMatrix, DoubleMatrix, DoubleMatrix, DoubleMatrix, DoubleMatrix) - Static method in class org.jblas.SimpleBlas
-
- geev(char, char, FloatMatrix, FloatMatrix, FloatMatrix, FloatMatrix, FloatMatrix) - Static method in class org.jblas.SimpleBlas
-
- gei(DoubleMatrix, DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Test for "greater than or equal" (in-place).
- gei(DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Test for "greater than or equal" (in-place).
- gei(double, DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Test for "greater than or equal" against a scalar (in-place).
- gei(double) - Method in class org.jblas.DoubleMatrix
-
Test for "greater than or equal" against a scalar (in-place).
- gei(FloatMatrix, FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Test for "greater than or equal" (in-place).
- gei(FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Test for "greater than or equal" (in-place).
- gei(float, FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Test for "greater than or equal" against a scalar (in-place).
- gei(float) - Method in class org.jblas.FloatMatrix
-
Test for "greater than or equal" against a scalar (in-place).
- gelsd(DoubleMatrix, DoubleMatrix) - Static method in class org.jblas.SimpleBlas
-
Generalized Least Squares via *GELSD.
- gelsd(FloatMatrix, FloatMatrix) - Static method in class org.jblas.SimpleBlas
-
Generalized Least Squares via *GELSD.
- gemm(double, DoubleMatrix, DoubleMatrix, double, DoubleMatrix) - Static method in class org.jblas.SimpleBlas
-
Compute c <- a*b + beta * c (general matrix matrix
multiplication)
- gemm(ComplexDouble, ComplexDoubleMatrix, ComplexDoubleMatrix, ComplexDouble, ComplexDoubleMatrix) - Static method in class org.jblas.SimpleBlas
-
- gemm(float, FloatMatrix, FloatMatrix, float, FloatMatrix) - Static method in class org.jblas.SimpleBlas
-
Compute c <- a*b + beta * c (general matrix matrix
multiplication)
- gemm(ComplexFloat, ComplexFloatMatrix, ComplexFloatMatrix, ComplexFloat, ComplexFloatMatrix) - Static method in class org.jblas.SimpleBlas
-
- gemv(double, DoubleMatrix, DoubleMatrix, double, DoubleMatrix) - Static method in class org.jblas.SimpleBlas
-
Compute y <- alpha*op(a)*x + beta * y (general matrix vector
multiplication)
- gemv(float, FloatMatrix, FloatMatrix, float, FloatMatrix) - Static method in class org.jblas.SimpleBlas
-
Compute y <- alpha*op(a)*x + beta * y (general matrix vector
multiplication)
- Geometry - Class in org.jblas
-
General functions which are geometric in nature.
- Geometry() - Constructor for class org.jblas.Geometry
-
- geqrf(DoubleMatrix, DoubleMatrix) - Static method in class org.jblas.SimpleBlas
-
- geqrf(FloatMatrix, FloatMatrix) - Static method in class org.jblas.SimpleBlas
-
- ger(double, DoubleMatrix, DoubleMatrix, DoubleMatrix) - Static method in class org.jblas.SimpleBlas
-
Compute A <- alpha * x * y^T + A (general rank-1 update)
- ger(float, FloatMatrix, FloatMatrix, FloatMatrix) - Static method in class org.jblas.SimpleBlas
-
Compute A <- alpha * x * y^T + A (general rank-1 update)
- gerc(ComplexDouble, ComplexDoubleMatrix, ComplexDoubleMatrix, ComplexDoubleMatrix) - Static method in class org.jblas.SimpleBlas
-
Compute A <- alpha * x * y^H + A (general rank-1 update)
- gerc(ComplexFloat, ComplexFloatMatrix, ComplexFloatMatrix, ComplexFloatMatrix) - Static method in class org.jblas.SimpleBlas
-
Compute A <- alpha * x * y^H + A (general rank-1 update)
- geru(ComplexDouble, ComplexDoubleMatrix, ComplexDoubleMatrix, ComplexDoubleMatrix) - Static method in class org.jblas.SimpleBlas
-
Compute A <- alpha * x * y^T + A (general rank-1 update)
- geru(ComplexFloat, ComplexFloatMatrix, ComplexFloatMatrix, ComplexFloatMatrix) - Static method in class org.jblas.SimpleBlas
-
Compute A <- alpha * x * y^T + A (general rank-1 update)
- gesv(DoubleMatrix, int[], DoubleMatrix) - Static method in class org.jblas.SimpleBlas
-
LAPACK
- gesv(FloatMatrix, int[], FloatMatrix) - Static method in class org.jblas.SimpleBlas
-
LAPACK
- get(int[]) - Method in class org.jblas.ComplexDoubleMatrix
-
Working with slices (Man! 30+ methods just to make this a bit flexible...)
- get(int, int[]) - Method in class org.jblas.ComplexDoubleMatrix
-
- get(int[], int) - Method in class org.jblas.ComplexDoubleMatrix
-
- get(int[], int[]) - Method in class org.jblas.ComplexDoubleMatrix
-
- get(ComplexDoubleMatrix) - Method in class org.jblas.ComplexDoubleMatrix
-
- get(int, ComplexDoubleMatrix) - Method in class org.jblas.ComplexDoubleMatrix
-
- get(ComplexDoubleMatrix, int) - Method in class org.jblas.ComplexDoubleMatrix
-
- get(ComplexDoubleMatrix, ComplexDoubleMatrix) - Method in class org.jblas.ComplexDoubleMatrix
-
- get(int, int) - Method in class org.jblas.ComplexDoubleMatrix
-
Retrieve matrix element
- get(int, int, ComplexDouble) - Method in class org.jblas.ComplexDoubleMatrix
-
Get matrix element, passing the variable to store the result.
- get(int) - Method in class org.jblas.ComplexDoubleMatrix
-
- get(int, ComplexDouble) - Method in class org.jblas.ComplexDoubleMatrix
-
- get(int[]) - Method in class org.jblas.ComplexFloatMatrix
-
Working with slices (Man! 30+ methods just to make this a bit flexible...)
- get(int, int[]) - Method in class org.jblas.ComplexFloatMatrix
-
- get(int[], int) - Method in class org.jblas.ComplexFloatMatrix
-
- get(int[], int[]) - Method in class org.jblas.ComplexFloatMatrix
-
- get(ComplexFloatMatrix) - Method in class org.jblas.ComplexFloatMatrix
-
- get(int, ComplexFloatMatrix) - Method in class org.jblas.ComplexFloatMatrix
-
- get(ComplexFloatMatrix, int) - Method in class org.jblas.ComplexFloatMatrix
-
- get(ComplexFloatMatrix, ComplexFloatMatrix) - Method in class org.jblas.ComplexFloatMatrix
-
- get(int, int) - Method in class org.jblas.ComplexFloatMatrix
-
Retrieve matrix element
- get(int, int, ComplexFloat) - Method in class org.jblas.ComplexFloatMatrix
-
Get matrix element, passing the variable to store the result.
- get(int) - Method in class org.jblas.ComplexFloatMatrix
-
- get(int, ComplexFloat) - Method in class org.jblas.ComplexFloatMatrix
-
- get(int) - Method in class org.jblas.DoubleMatrix.ColumnsAsListView
-
- get(int) - Method in class org.jblas.DoubleMatrix.ElementsAsListView
-
- get(int[]) - Method in class org.jblas.DoubleMatrix
-
Get all elements specified by the linear indices.
- get(int, int[]) - Method in class org.jblas.DoubleMatrix
-
Get all elements for a given row and the specified columns.
- get(int[], int) - Method in class org.jblas.DoubleMatrix
-
Get all elements for a given column and the specified rows.
- get(int[], int[]) - Method in class org.jblas.DoubleMatrix
-
Get all elements from the specified rows and columns.
- get(Range, Range) - Method in class org.jblas.DoubleMatrix
-
Get elements from specified rows and columns.
- get(Range, int) - Method in class org.jblas.DoubleMatrix
-
- get(int, Range) - Method in class org.jblas.DoubleMatrix
-
- get(DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Get elements specified by the non-zero entries of the passed matrix.
- get(int, DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Get elements from a row and columns as specified by the non-zero entries of
a matrix.
- get(DoubleMatrix, int) - Method in class org.jblas.DoubleMatrix
-
Get elements from a column and rows as specified by the non-zero entries of
a matrix.
- get(DoubleMatrix, DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Get elements from columns and rows as specified by the non-zero entries of
the passed matrices.
- get(int, int) - Method in class org.jblas.DoubleMatrix
-
Retrieve matrix element
- get(int) - Method in class org.jblas.DoubleMatrix
-
Get a matrix element (linear indexing).
- get(int) - Method in class org.jblas.DoubleMatrix.RowsAsListView
-
- get(int) - Method in class org.jblas.FloatMatrix.ColumnsAsListView
-
- get(int) - Method in class org.jblas.FloatMatrix.ElementsAsListView
-
- get(int[]) - Method in class org.jblas.FloatMatrix
-
Get all elements specified by the linear indices.
- get(int, int[]) - Method in class org.jblas.FloatMatrix
-
Get all elements for a given row and the specified columns.
- get(int[], int) - Method in class org.jblas.FloatMatrix
-
Get all elements for a given column and the specified rows.
- get(int[], int[]) - Method in class org.jblas.FloatMatrix
-
Get all elements from the specified rows and columns.
- get(Range, Range) - Method in class org.jblas.FloatMatrix
-
Get elements from specified rows and columns.
- get(Range, int) - Method in class org.jblas.FloatMatrix
-
- get(int, Range) - Method in class org.jblas.FloatMatrix
-
- get(FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Get elements specified by the non-zero entries of the passed matrix.
- get(int, FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Get elements from a row and columns as specified by the non-zero entries of
a matrix.
- get(FloatMatrix, int) - Method in class org.jblas.FloatMatrix
-
Get elements from a column and rows as specified by the non-zero entries of
a matrix.
- get(FloatMatrix, FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Get elements from columns and rows as specified by the non-zero entries of
the passed matrices.
- get(int, int) - Method in class org.jblas.FloatMatrix
-
Retrieve matrix element
- get(int) - Method in class org.jblas.FloatMatrix
-
Get a matrix element (linear indexing).
- get(int) - Method in class org.jblas.FloatMatrix.RowsAsListView
-
- getColumn(int) - Method in class org.jblas.ComplexDoubleMatrix
-
- getColumn(int) - Method in class org.jblas.ComplexFloatMatrix
-
- getColumn(int) - Method in class org.jblas.DoubleMatrix
-
Get a copy of a column.
- getColumn(int, DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Copy a column to the given vector.
- getColumn(int) - Method in class org.jblas.FloatMatrix
-
Get a copy of a column.
- getColumn(int, FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Copy a column to the given vector.
- getColumnRange(int, int, int) - Method in class org.jblas.DoubleMatrix
-
Get elements from a row and columns a to b.
- getColumnRange(int, int, int) - Method in class org.jblas.FloatMatrix
-
Get elements from a row and columns a to b.
- getColumns() - Method in class org.jblas.ComplexDoubleMatrix
-
- getColumns() - Method in class org.jblas.ComplexFloatMatrix
-
- getColumns(int[]) - Method in class org.jblas.DoubleMatrix
-
Get whole columns from the passed indices.
- getColumns(DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Get whole columns as specified by the non-zero entries of a matrix.
- getColumns(Range, DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Get whole columns as specified by Range.
- getColumns(Range) - Method in class org.jblas.DoubleMatrix
-
- getColumns() - Method in class org.jblas.DoubleMatrix
-
Get number of columns.
- getColumns(int[]) - Method in class org.jblas.FloatMatrix
-
Get whole columns from the passed indices.
- getColumns(FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Get whole columns as specified by the non-zero entries of a matrix.
- getColumns(Range, FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Get whole columns as specified by Range.
- getColumns(Range) - Method in class org.jblas.FloatMatrix
-
- getColumns() - Method in class org.jblas.FloatMatrix
-
Get number of columns.
- getImag(int) - Method in class org.jblas.ComplexDoubleMatrix
-
- getImag(int) - Method in class org.jblas.ComplexFloatMatrix
-
- getLength() - Method in class org.jblas.ComplexDoubleMatrix
-
- getLength() - Method in class org.jblas.ComplexFloatMatrix
-
- getLength() - Method in class org.jblas.DoubleMatrix
-
Get total number of elements.
- getLength() - Method in class org.jblas.FloatMatrix
-
Get total number of elements.
- getLogger() - Static method in class org.jblas.util.Logger
-
- getRange(int, int) - Method in class org.jblas.DoubleMatrix
-
Return all elements with linear index a, a + 1, ..., b - 1.
- getRange(int, int, int, int) - Method in class org.jblas.DoubleMatrix
-
Get elements from rows ra to rb and
columns ca to cb.
- getRange(int, int) - Method in class org.jblas.FloatMatrix
-
Return all elements with linear index a, a + 1, ..., b - 1.
- getRange(int, int, int, int) - Method in class org.jblas.FloatMatrix
-
Get elements from rows ra to rb and
columns ca to cb.
- getReal() - Method in class org.jblas.ComplexDoubleMatrix
-
- getReal(int) - Method in class org.jblas.ComplexDoubleMatrix
-
- getReal() - Method in class org.jblas.ComplexFloatMatrix
-
- getReal(int) - Method in class org.jblas.ComplexFloatMatrix
-
- getRow(int) - Method in class org.jblas.ComplexDoubleMatrix
-
- getRow(int) - Method in class org.jblas.ComplexFloatMatrix
-
- getRow(int) - Method in class org.jblas.DoubleMatrix
-
Get a copy of a row.
- getRow(int, DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Copy a row to a given vector.
- getRow(int) - Method in class org.jblas.FloatMatrix
-
Get a copy of a row.
- getRow(int, FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Copy a row to a given vector.
- getRowRange(int, int, int) - Method in class org.jblas.DoubleMatrix
-
Get elements from a column and rows a/tt> to b.
- getRowRange(int, int, int) - Method in class org.jblas.FloatMatrix
-
Get elements from a column and rows a/tt> to b.
- getRows() - Method in class org.jblas.ComplexDoubleMatrix
-
- getRows() - Method in class org.jblas.ComplexFloatMatrix
-
- getRows(int[]) - Method in class org.jblas.DoubleMatrix
-
Get whole rows from the passed indices.
- getRows(DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Get whole rows as specified by the non-zero entries of a matrix.
- getRows(Range, DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
- getRows(Range) - Method in class org.jblas.DoubleMatrix
-
- getRows() - Method in class org.jblas.DoubleMatrix
-
Get number of rows.
- getRows(int[]) - Method in class org.jblas.FloatMatrix
-
Get whole rows from the passed indices.
- getRows(FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Get whole rows as specified by the non-zero entries of a matrix.
- getRows(Range, FloatMatrix) - Method in class org.jblas.FloatMatrix
-
- getRows(Range) - Method in class org.jblas.FloatMatrix
-
- getRows() - Method in class org.jblas.FloatMatrix
-
Get number of rows.
- gt(DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Test for "greater than".
- gt(double) - Method in class org.jblas.DoubleMatrix
-
test for "greater than" against a scalar.
- gt(FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Test for "greater than".
- gt(float) - Method in class org.jblas.FloatMatrix
-
test for "greater than" against a scalar.
- gti(DoubleMatrix, DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Test for "greater than" (in-place).
- gti(DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Test for "greater than" (in-place).
- gti(double, DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Test for "greater than" against a scalar (in-place).
- gti(double) - Method in class org.jblas.DoubleMatrix
-
Test for "greater than" against a scalar (in-place).
- gti(FloatMatrix, FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Test for "greater than" (in-place).
- gti(FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Test for "greater than" (in-place).
- gti(float, FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Test for "greater than" against a scalar (in-place).
- gti(float) - Method in class org.jblas.FloatMatrix
-
Test for "greater than" against a scalar (in-place).
- I - Static variable in class org.jblas.ComplexDouble
-
- I - Static variable in class org.jblas.ComplexFloat
-
- iamax(DoubleMatrix) - Static method in class org.jblas.SimpleBlas
-
Compute index of element with largest absolute value (index of absolute
value maximum)
- iamax(ComplexDoubleMatrix) - Static method in class org.jblas.SimpleBlas
-
Compute index of element with largest absolute value (complex version).
- iamax(FloatMatrix) - Static method in class org.jblas.SimpleBlas
-
Compute index of element with largest absolute value (index of absolute
value maximum)
- iamax(ComplexFloatMatrix) - Static method in class org.jblas.SimpleBlas
-
Compute index of element with largest absolute value (complex version).
- icamax(int, float[], int, int) - Static method in class org.jblas.NativeBlas
-
- idamax(int, double[], int, int) - Static method in class org.jblas.NativeBlas
-
- ilaenv(int, String, String, int, int, int, int) - Static method in class org.jblas.NativeBlas
-
- imag() - Method in class org.jblas.ComplexDouble
-
- imag() - Method in class org.jblas.ComplexDoubleMatrix
-
Get imaginary part of the matrix.
- imag() - Method in class org.jblas.ComplexFloat
-
- imag() - Method in class org.jblas.ComplexFloatMatrix
-
Get imaginary part of the matrix.
- in(DataInputStream) - Method in class org.jblas.ComplexDoubleMatrix
-
Reads in a matrix from the given data stream.
- in(DataInputStream) - Method in class org.jblas.ComplexFloatMatrix
-
Reads in a matrix from the given data stream.
- in(DataInputStream) - Method in class org.jblas.DoubleMatrix
-
Reads in a matrix from the given data stream.
- in(DataInputStream) - Method in class org.jblas.FloatMatrix
-
Reads in a matrix from the given data stream.
- index(int, int) - Method in class org.jblas.ComplexDoubleMatrix
-
Get index of an element
- index(int, int) - Method in class org.jblas.ComplexFloatMatrix
-
Get index of an element
- index(int, int) - Method in class org.jblas.DoubleMatrix
-
Get index of an element
- index(int, int) - Method in class org.jblas.FloatMatrix
-
Get index of an element
- index() - Method in class org.jblas.ranges.AllRange
-
- index() - Method in class org.jblas.ranges.IndicesRange
-
- index() - Method in class org.jblas.ranges.IntervalRange
-
- index() - Method in class org.jblas.ranges.PointRange
-
- index() - Method in interface org.jblas.ranges.Range
-
Consecutive numbering of current index.
- indexColumns(int) - Method in class org.jblas.ComplexDoubleMatrix
-
Compute the column index of a linear index.
- indexColumns(int) - Method in class org.jblas.ComplexFloatMatrix
-
Compute the column index of a linear index.
- indexColumns(int) - Method in class org.jblas.DoubleMatrix
-
Compute the column index of a linear index.
- indexColumns(int) - Method in class org.jblas.FloatMatrix
-
Compute the column index of a linear index.
- indexRows(int) - Method in class org.jblas.ComplexDoubleMatrix
-
Compute the row index of a linear index.
- indexRows(int) - Method in class org.jblas.ComplexFloatMatrix
-
Compute the row index of a linear index.
- indexRows(int) - Method in class org.jblas.DoubleMatrix
-
Compute the row index of a linear index.
- indexRows(int) - Method in class org.jblas.FloatMatrix
-
Compute the row index of a linear index.
- indices(int[]) - Static method in class org.jblas.ranges.RangeUtils
-
- indices(DoubleMatrix) - Static method in class org.jblas.ranges.RangeUtils
-
- IndicesRange - Class in org.jblas.ranges
-
Range which varies over pre-specified indices.
- IndicesRange(int[]) - Constructor for class org.jblas.ranges.IndicesRange
-
Initialize from integer array.
- IndicesRange(DoubleMatrix) - Constructor for class org.jblas.ranges.IndicesRange
-
Initialize from DoubleMatrix.
- Info - Class in org.jblas
-
Information class which holds the version String
User: mikio
Date: 2/12/13
Time: 3:28 PM
- Info() - Constructor for class org.jblas.Info
-
- INFO - Static variable in class org.jblas.util.Logger
-
- info(String) - Method in class org.jblas.util.Logger
-
- init(int, int) - Method in class org.jblas.ranges.AllRange
-
- init(int, int) - Method in class org.jblas.ranges.IndicesRange
-
- init(int, int) - Method in class org.jblas.ranges.IntervalRange
-
- init(int, int) - Method in class org.jblas.ranges.PointRange
-
- init(int, int) - Method in interface org.jblas.ranges.Range
-
Initialize Range to available indices
- interval(int, int) - Static method in class org.jblas.ranges.RangeUtils
-
- IntervalRange - Class in org.jblas.ranges
-
Range which varies from a given interval.
- IntervalRange(int, int) - Constructor for class org.jblas.ranges.IntervalRange
-
Construct new interval range.
- inv() - Method in class org.jblas.ComplexDouble
-
- inv() - Method in class org.jblas.ComplexFloat
-
- invi() - Method in class org.jblas.ComplexDouble
-
- invi() - Method in class org.jblas.ComplexFloat
-
- isamax(int, float[], int, int) - Static method in class org.jblas.NativeBlas
-
- isColumnVector() - Method in class org.jblas.ComplexDoubleMatrix
-
- isColumnVector() - Method in class org.jblas.ComplexFloatMatrix
-
- isColumnVector() - Method in class org.jblas.DoubleMatrix
-
Checks whether the matrix is a column vector.
- isColumnVector() - Method in class org.jblas.FloatMatrix
-
Checks whether the matrix is a column vector.
- isEmpty() - Method in class org.jblas.ComplexDoubleMatrix
-
Checks whether the matrix is empty.
- isEmpty() - Method in class org.jblas.ComplexFloatMatrix
-
Checks whether the matrix is empty.
- isEmpty() - Method in class org.jblas.DoubleMatrix
-
Checks whether the matrix is empty.
- isEmpty() - Method in class org.jblas.FloatMatrix
-
Checks whether the matrix is empty.
- isImag() - Method in class org.jblas.ComplexDouble
-
- isImag() - Method in class org.jblas.ComplexFloat
-
- isInfinite() - Method in class org.jblas.DoubleMatrix
-
- isInfinite() - Method in class org.jblas.FloatMatrix
-
- isInfinitei() - Method in class org.jblas.DoubleMatrix
-
- isInfinitei() - Method in class org.jblas.FloatMatrix
-
- isLowerTriangular() - Method in class org.jblas.DoubleMatrix
-
Checks whether all entries (i, j) with i >= j are zero.
- isLowerTriangular() - Method in class org.jblas.FloatMatrix
-
Checks whether all entries (i, j) with i >= j are zero.
- isNaN() - Method in class org.jblas.DoubleMatrix
-
- isNaN() - Method in class org.jblas.FloatMatrix
-
- isNaNi() - Method in class org.jblas.DoubleMatrix
-
- isNaNi() - Method in class org.jblas.FloatMatrix
-
- isReal() - Method in class org.jblas.ComplexDouble
-
- isReal() - Method in class org.jblas.ComplexFloat
-
- isRowVector() - Method in class org.jblas.ComplexDoubleMatrix
-
- isRowVector() - Method in class org.jblas.ComplexFloatMatrix
-
- isRowVector() - Method in class org.jblas.DoubleMatrix
-
Checks whether the matrix is a row vector.
- isRowVector() - Method in class org.jblas.FloatMatrix
-
Checks whether the matrix is a row vector.
- isScalar() - Method in class org.jblas.ComplexDoubleMatrix
-
Test whether a matrix is scalar
- isScalar() - Method in class org.jblas.ComplexFloatMatrix
-
Test whether a matrix is scalar
- isScalar() - Method in class org.jblas.DoubleMatrix
-
Test whether a matrix is scalar.
- isScalar() - Method in class org.jblas.FloatMatrix
-
Test whether a matrix is scalar.
- isSquare() - Method in class org.jblas.ComplexDoubleMatrix
-
Checks whether the matrix is square.
- isSquare() - Method in class org.jblas.ComplexFloatMatrix
-
Checks whether the matrix is square.
- isSquare() - Method in class org.jblas.DoubleMatrix
-
Checks whether the matrix is square.
- isSquare() - Method in class org.jblas.FloatMatrix
-
Checks whether the matrix is square.
- isUpperTriangular() - Method in class org.jblas.DoubleMatrix
-
Checks whether all entries (i, j) with i <= j are zero.
- isUpperTriangular() - Method in class org.jblas.FloatMatrix
-
Checks whether all entries (i, j) with i <= j are zero.
- isVector() - Method in class org.jblas.ComplexDoubleMatrix
-
Checks whether the matrix is a vector.
- isVector() - Method in class org.jblas.ComplexFloatMatrix
-
Checks whether the matrix is a vector.
- isVector() - Method in class org.jblas.DoubleMatrix
-
Checks whether the matrix is a vector.
- isVector() - Method in class org.jblas.FloatMatrix
-
Checks whether the matrix is a vector.
- isZero() - Method in class org.jblas.ComplexDouble
-
- isZero() - Method in class org.jblas.ComplexFloat
-
- izamax(int, double[], int, int) - Static method in class org.jblas.NativeBlas
-
- l - Variable in class org.jblas.Decompose.LUDecomposition
-
- LapackArgumentException - Exception in org.jblas.exceptions
-
LapackException for a specific argument.
- LapackArgumentException(String, int) - Constructor for exception org.jblas.exceptions.LapackArgumentException
-
Construct exception for given function and info.
- LapackArgumentException(String, String) - Constructor for exception org.jblas.exceptions.LapackArgumentException
-
- LapackConvergenceException - Exception in org.jblas.exceptions
-
- LapackConvergenceException(String, String) - Constructor for exception org.jblas.exceptions.LapackConvergenceException
-
- LapackException - Exception in org.jblas.exceptions
-
Base class for all exceptions within LAPACK.
- LapackException(String) - Constructor for exception org.jblas.exceptions.LapackException
-
Construct new LapackException for the given function.
- LapackException(String, String) - Constructor for exception org.jblas.exceptions.LapackException
-
Construct new Lapack Exception for the given function, with message.
- LapackPositivityException - Exception in org.jblas.exceptions
-
- LapackPositivityException(String, String) - Constructor for exception org.jblas.exceptions.LapackPositivityException
-
- LapackSingularityException - Exception in org.jblas.exceptions
-
Exception thrown when matrices are singular.
- LapackSingularityException(String, String) - Constructor for exception org.jblas.exceptions.LapackSingularityException
-
- le(DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Test for "less than or equal".
- le(double) - Method in class org.jblas.DoubleMatrix
-
test for "less than or equal" against a scalar.
- le(FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Test for "less than or equal".
- le(float) - Method in class org.jblas.FloatMatrix
-
test for "less than or equal" against a scalar.
- lei(DoubleMatrix, DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Test for "less than or equal" (in-place).
- lei(DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Test for "less than or equal" (in-place).
- lei(double, DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Test for "less than or equal" against a scalar (in-place).
- lei(double) - Method in class org.jblas.DoubleMatrix
-
Test for "less than or equal" against a scalar (in-place).
- lei(FloatMatrix, FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Test for "less than or equal" (in-place).
- lei(FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Test for "less than or equal" (in-place).
- lei(float, FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Test for "less than or equal" against a scalar (in-place).
- lei(float) - Method in class org.jblas.FloatMatrix
-
Test for "less than or equal" against a scalar (in-place).
- length - Variable in class org.jblas.ComplexDoubleMatrix
-
- length - Variable in class org.jblas.ComplexFloatMatrix
-
- length - Variable in class org.jblas.DoubleMatrix
-
Total number of elements (for convenience).
- length - Variable in class org.jblas.FloatMatrix
-
Total number of elements (for convenience).
- length() - Method in class org.jblas.ranges.AllRange
-
- length() - Method in class org.jblas.ranges.IndicesRange
-
- length() - Method in class org.jblas.ranges.IntervalRange
-
- length() - Method in class org.jblas.ranges.PointRange
-
- length() - Method in interface org.jblas.ranges.Range
-
Total number of indices.
- levelNames - Static variable in class org.jblas.util.Logger
-
- LibraryLoader - Class in org.jblas.util
-
Class which allows to load a dynamic file as resource (for example, from a
jar-file)
- LibraryLoader() - Constructor for class org.jblas.util.LibraryLoader
-
- linspace(int, int, int) - Static method in class org.jblas.DoubleMatrix
-
Construct a column vector whose entries are linearly spaced points from lower to upper with size
many steps.
- linspace(int, int, int) - Static method in class org.jblas.FloatMatrix
-
Construct a column vector whose entries are linearly spaced points from lower to upper with size
many steps.
- load(String) - Method in class org.jblas.ComplexDoubleMatrix
-
Loads a matrix from a file into this matrix.
- load(String) - Method in class org.jblas.ComplexFloatMatrix
-
Loads a matrix from a file into this matrix.
- load(String) - Method in class org.jblas.DoubleMatrix
-
Loads a matrix from a file into this matrix.
- load(String) - Method in class org.jblas.FloatMatrix
-
Loads a matrix from a file into this matrix.
- loadAsciiFile(String) - Static method in class org.jblas.DoubleMatrix
-
- loadAsciiFile(String) - Static method in class org.jblas.FloatMatrix
-
- loadCSVFile(String) - Static method in class org.jblas.DoubleMatrix
-
- loadCSVFile(String) - Static method in class org.jblas.FloatMatrix
-
- loadLibrary(String, boolean) - Method in class org.jblas.util.LibraryLoader
-
Find the library libname as a resource, copy it to a tempfile
and load it using System.load().
- log(DoubleMatrix) - Static method in class org.jblas.MatrixFunctions
-
- log(double) - Static method in class org.jblas.MatrixFunctions
-
- log(FloatMatrix) - Static method in class org.jblas.MatrixFunctions
-
- log(float) - Static method in class org.jblas.MatrixFunctions
-
- log(int, String) - Method in class org.jblas.util.Logger
-
- log10(DoubleMatrix) - Static method in class org.jblas.MatrixFunctions
-
- log10(double) - Static method in class org.jblas.MatrixFunctions
-
- log10(FloatMatrix) - Static method in class org.jblas.MatrixFunctions
-
- log10(float) - Static method in class org.jblas.MatrixFunctions
-
- log10i(DoubleMatrix) - Static method in class org.jblas.MatrixFunctions
-
Applies the logarithm with basis to 10 element-wise on this
matrix.
- log10i(FloatMatrix) - Static method in class org.jblas.MatrixFunctions
-
Applies the logarithm with basis to 10 element-wise on this
matrix.
- log2(double) - Static method in class org.jblas.util.Functions
-
- Logger - Class in org.jblas.util
-
- logi(DoubleMatrix) - Static method in class org.jblas.MatrixFunctions
-
Applies the natural logarithm function element-wise on this
matrix.
- logi(FloatMatrix) - Static method in class org.jblas.MatrixFunctions
-
Applies the natural logarithm function element-wise on this
matrix.
- logspace(double, double, int) - Static method in class org.jblas.DoubleMatrix
-
Construct a column vector whose entries are logarithmically spaced points from
10^lower to 10^upper using the specified number of steps
- logspace(float, float, int) - Static method in class org.jblas.FloatMatrix
-
Construct a column vector whose entries are logarithmically spaced points from
10^lower to 10^upper using the specified number of steps
- lt(DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Test for "less than".
- lt(double) - Method in class org.jblas.DoubleMatrix
-
test for "less than" against a scalar.
- lt(FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Test for "less than".
- lt(float) - Method in class org.jblas.FloatMatrix
-
test for "less than" against a scalar.
- lti(DoubleMatrix, DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Test for "less than" (in-place).
- lti(DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Test for "less than" (in-place).
- lti(double, DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Test for "less than" against a scalar (in-place).
- lti(double) - Method in class org.jblas.DoubleMatrix
-
Test for "less than" against a scalar (in-place).
- lti(FloatMatrix, FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Test for "less than" (in-place).
- lti(FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Test for "less than" (in-place).
- lti(float, FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Test for "less than" against a scalar (in-place).
- lti(float) - Method in class org.jblas.FloatMatrix
-
Test for "less than" against a scalar (in-place).
- lu(DoubleMatrix) - Static method in class org.jblas.Decompose
-
Compute LU Decomposition of a general matrix.
- lu(FloatMatrix) - Static method in class org.jblas.Decompose
-
Compute LU Decomposition of a general matrix.
- LUDecomposition(T, T, T) - Constructor for class org.jblas.Decompose.LUDecomposition
-
- Main - Class in org.jblas.benchmark
-
A simple command-line style benchmarking program.
- Main() - Constructor for class org.jblas.benchmark.Main
-
- main(String[]) - Static method in class org.jblas.benchmark.Main
-
- main(String[]) - Static method in class org.jblas.util.SanityChecks
-
- MatrixFunctions - Class in org.jblas
-
This class provides the functions from java.lang.Math for matrices.
- MatrixFunctions() - Constructor for class org.jblas.MatrixFunctions
-
- max() - Method in class org.jblas.DoubleMatrix
-
Returns the maximal element of the matrix.
- max(DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Computes the maximum between two matrices.
- max(double) - Method in class org.jblas.DoubleMatrix
-
- max() - Method in class org.jblas.FloatMatrix
-
Returns the maximal element of the matrix.
- max(FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Computes the maximum between two matrices.
- max(float) - Method in class org.jblas.FloatMatrix
-
- max(int, int) - Static method in class org.jblas.util.Functions
-
- maxi(DoubleMatrix, DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Computes the maximum between two matrices.
- maxi(DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Computes the maximum between two matrices.
- maxi(double, DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
- maxi(double) - Method in class org.jblas.DoubleMatrix
-
- maxi(FloatMatrix, FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Computes the maximum between two matrices.
- maxi(FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Computes the maximum between two matrices.
- maxi(float, FloatMatrix) - Method in class org.jblas.FloatMatrix
-
- maxi(float) - Method in class org.jblas.FloatMatrix
-
- mean() - Method in class org.jblas.ComplexDoubleMatrix
-
- mean() - Method in class org.jblas.ComplexFloatMatrix
-
- mean() - Method in class org.jblas.DoubleMatrix
-
Computes the mean value of all elements in the matrix,
that is, x.sum() / x.length
.
- mean() - Method in class org.jblas.FloatMatrix
-
Computes the mean value of all elements in the matrix,
that is, x.sum() / x.length
.
- min() - Method in class org.jblas.DoubleMatrix
-
Returns the minimal element of the matrix.
- min(DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Computes the minimum between two matrices.
- min(double) - Method in class org.jblas.DoubleMatrix
-
- min() - Method in class org.jblas.FloatMatrix
-
Returns the minimal element of the matrix.
- min(FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Computes the minimum between two matrices.
- min(float) - Method in class org.jblas.FloatMatrix
-
- min(int, int) - Static method in class org.jblas.util.Functions
-
- mini(DoubleMatrix, DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Computes the minimum between two matrices.
- mini(DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Computes the minimum between two matrices.
- mini(double, DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
- mini(double) - Method in class org.jblas.DoubleMatrix
-
- mini(FloatMatrix, FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Computes the minimum between two matrices.
- mini(FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Computes the minimum between two matrices.
- mini(float, FloatMatrix) - Method in class org.jblas.FloatMatrix
-
- mini(float) - Method in class org.jblas.FloatMatrix
-
- mmul(ComplexDoubleMatrix) - Method in class org.jblas.ComplexDoubleMatrix
-
- mmul(ComplexDouble) - Method in class org.jblas.ComplexDoubleMatrix
-
- mmul(double) - Method in class org.jblas.ComplexDoubleMatrix
-
- mmul(ComplexFloatMatrix) - Method in class org.jblas.ComplexFloatMatrix
-
- mmul(ComplexFloat) - Method in class org.jblas.ComplexFloatMatrix
-
- mmul(float) - Method in class org.jblas.ComplexFloatMatrix
-
- mmul(DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Matrix-multiply by a matrix.
- mmul(double) - Method in class org.jblas.DoubleMatrix
-
Matrix-multiply by a scalar.
- mmul(FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Matrix-multiply by a matrix.
- mmul(float) - Method in class org.jblas.FloatMatrix
-
Matrix-multiply by a scalar.
- mmuli(ComplexDoubleMatrix, ComplexDoubleMatrix) - Method in class org.jblas.ComplexDoubleMatrix
-
Matrix-Matrix Multiplication
- mmuli(ComplexDouble, ComplexDoubleMatrix) - Method in class org.jblas.ComplexDoubleMatrix
-
Matrix-Matrix Multiplication with a scalar (for symmetry, does the
same as muli(scalar)
- mmuli(double, ComplexDoubleMatrix) - Method in class org.jblas.ComplexDoubleMatrix
-
- mmuli(ComplexDoubleMatrix) - Method in class org.jblas.ComplexDoubleMatrix
-
- mmuli(ComplexDouble) - Method in class org.jblas.ComplexDoubleMatrix
-
- mmuli(double) - Method in class org.jblas.ComplexDoubleMatrix
-
- mmuli(ComplexFloatMatrix, ComplexFloatMatrix) - Method in class org.jblas.ComplexFloatMatrix
-
Matrix-Matrix Multiplication
- mmuli(ComplexFloat, ComplexFloatMatrix) - Method in class org.jblas.ComplexFloatMatrix
-
Matrix-Matrix Multiplication with a scalar (for symmetry, does the
same as muli(scalar)
- mmuli(float, ComplexFloatMatrix) - Method in class org.jblas.ComplexFloatMatrix
-
- mmuli(ComplexFloatMatrix) - Method in class org.jblas.ComplexFloatMatrix
-
- mmuli(ComplexFloat) - Method in class org.jblas.ComplexFloatMatrix
-
- mmuli(float) - Method in class org.jblas.ComplexFloatMatrix
-
- mmuli(DoubleMatrix, DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Matrix-matrix multiplication (in-place).
- mmuli(double, DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Matrix-matrix multiplication with a scalar (for symmetry, does the
same as muli(scalar)
(in-place).
- mmuli(DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Matrix-multiply by a matrix (in place).
- mmuli(double) - Method in class org.jblas.DoubleMatrix
-
Matrix-multiply by a scalar (in place).
- mmuli(FloatMatrix, FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Matrix-matrix multiplication (in-place).
- mmuli(float, FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Matrix-matrix multiplication with a scalar (for symmetry, does the
same as muli(scalar)
(in-place).
- mmuli(FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Matrix-multiply by a matrix (in place).
- mmuli(float) - Method in class org.jblas.FloatMatrix
-
Matrix-multiply by a scalar (in place).
- mul(ComplexDouble) - Method in class org.jblas.ComplexDouble
-
Multiply two complex numbers
- mul(double) - Method in class org.jblas.ComplexDouble
-
- mul(ComplexDoubleMatrix) - Method in class org.jblas.ComplexDoubleMatrix
-
- mul(ComplexDouble) - Method in class org.jblas.ComplexDoubleMatrix
-
- mul(double) - Method in class org.jblas.ComplexDoubleMatrix
-
- mul(ComplexFloat) - Method in class org.jblas.ComplexFloat
-
Multiply two complex numbers
- mul(float) - Method in class org.jblas.ComplexFloat
-
- mul(ComplexFloatMatrix) - Method in class org.jblas.ComplexFloatMatrix
-
- mul(ComplexFloat) - Method in class org.jblas.ComplexFloatMatrix
-
- mul(float) - Method in class org.jblas.ComplexFloatMatrix
-
- mul(DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Elementwise multiply by a matrix.
- mul(double) - Method in class org.jblas.DoubleMatrix
-
Elementwise multiply by a scalar.
- mul(FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Elementwise multiply by a matrix.
- mul(float) - Method in class org.jblas.FloatMatrix
-
Elementwise multiply by a scalar.
- mulColumn(int, double) - Method in class org.jblas.DoubleMatrix
-
Multiply a column by a scalar.
- mulColumn(int, float) - Method in class org.jblas.FloatMatrix
-
Multiply a column by a scalar.
- mulColumnVector(DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Multiply all columns with a column vector.
- mulColumnVector(FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Multiply all columns with a column vector.
- muli(ComplexDouble, ComplexDouble) - Method in class org.jblas.ComplexDouble
-
Multiply two complex numbers, in-place
- muli(ComplexDouble) - Method in class org.jblas.ComplexDouble
-
- muli(double, ComplexDouble) - Method in class org.jblas.ComplexDouble
-
- muli(double) - Method in class org.jblas.ComplexDouble
-
- muli(ComplexDoubleMatrix, ComplexDoubleMatrix) - Method in class org.jblas.ComplexDoubleMatrix
-
(Elementwise) Multiplication
- muli(ComplexDouble, ComplexDoubleMatrix) - Method in class org.jblas.ComplexDoubleMatrix
-
(Elementwise) Multiplication with a scalar
- muli(double, ComplexDoubleMatrix) - Method in class org.jblas.ComplexDoubleMatrix
-
- muli(ComplexDoubleMatrix) - Method in class org.jblas.ComplexDoubleMatrix
-
- muli(ComplexDouble) - Method in class org.jblas.ComplexDoubleMatrix
-
- muli(double) - Method in class org.jblas.ComplexDoubleMatrix
-
- muli(ComplexFloat, ComplexFloat) - Method in class org.jblas.ComplexFloat
-
Multiply two complex numbers, in-place
- muli(ComplexFloat) - Method in class org.jblas.ComplexFloat
-
- muli(float, ComplexFloat) - Method in class org.jblas.ComplexFloat
-
- muli(float) - Method in class org.jblas.ComplexFloat
-
- muli(ComplexFloatMatrix, ComplexFloatMatrix) - Method in class org.jblas.ComplexFloatMatrix
-
(Elementwise) Multiplication
- muli(ComplexFloat, ComplexFloatMatrix) - Method in class org.jblas.ComplexFloatMatrix
-
(Elementwise) Multiplication with a scalar
- muli(float, ComplexFloatMatrix) - Method in class org.jblas.ComplexFloatMatrix
-
- muli(ComplexFloatMatrix) - Method in class org.jblas.ComplexFloatMatrix
-
- muli(ComplexFloat) - Method in class org.jblas.ComplexFloatMatrix
-
- muli(float) - Method in class org.jblas.ComplexFloatMatrix
-
- muli(DoubleMatrix, DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Elementwise multiplication (in-place).
- muli(double, DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Elementwise multiplication with a scalar (in-place).
- muli(DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Elementwise multiply by a matrix (in place).
- muli(double) - Method in class org.jblas.DoubleMatrix
-
Elementwise multiply by a scalar (in place).
- muli(FloatMatrix, FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Elementwise multiplication (in-place).
- muli(float, FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Elementwise multiplication with a scalar (in-place).
- muli(FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Elementwise multiply by a matrix (in place).
- muli(float) - Method in class org.jblas.FloatMatrix
-
Elementwise multiply by a scalar (in place).
- muliColumnVector(DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Multiply all columns with a column vector (in-place).
- muliColumnVector(FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Multiply all columns with a column vector (in-place).
- muliRowVector(DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Multiply all rows with a row vector (in-place).
- muliRowVector(FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Multiply all rows with a row vector (in-place).
- mulRow(int, double) - Method in class org.jblas.DoubleMatrix
-
Multiply a row by a scalar.
- mulRow(int, float) - Method in class org.jblas.FloatMatrix
-
Multiply a row by a scalar.
- mulRowVector(DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Multiply all rows with a row vector.
- mulRowVector(FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Multiply all rows with a row vector.
- multipliesWith(ComplexDoubleMatrix) - Method in class org.jblas.ComplexDoubleMatrix
-
Check whether this can be multiplied with a.
- multipliesWith(ComplexFloatMatrix) - Method in class org.jblas.ComplexFloatMatrix
-
Check whether this can be multiplied with a.
- multipliesWith(DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Checks whether two matrices can be multiplied (that is, number of columns of
this must equal number of rows of a.
- multipliesWith(FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Checks whether two matrices can be multiplied (that is, number of columns of
this must equal number of rows of a.
- NativeBlas - Class in org.jblas
-
Native BLAS and LAPACK functions.
- NativeBlas() - Constructor for class org.jblas.NativeBlas
-
- ne(ComplexDouble) - Method in class org.jblas.ComplexDouble
-
- ne(ComplexDoubleMatrix) - Method in class org.jblas.ComplexDoubleMatrix
-
- ne(ComplexDouble) - Method in class org.jblas.ComplexDoubleMatrix
-
- ne(double) - Method in class org.jblas.ComplexDoubleMatrix
-
- ne(ComplexFloat) - Method in class org.jblas.ComplexFloat
-
- ne(ComplexFloatMatrix) - Method in class org.jblas.ComplexFloatMatrix
-
- ne(ComplexFloat) - Method in class org.jblas.ComplexFloatMatrix
-
- ne(float) - Method in class org.jblas.ComplexFloatMatrix
-
- ne(DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Test for inequality.
- ne(double) - Method in class org.jblas.DoubleMatrix
-
test for inequality against a scalar.
- ne(FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Test for inequality.
- ne(float) - Method in class org.jblas.FloatMatrix
-
test for inequality against a scalar.
- neg() - Method in class org.jblas.ComplexDouble
-
- neg() - Method in class org.jblas.ComplexDoubleMatrix
-
- neg() - Method in class org.jblas.ComplexFloat
-
- neg() - Method in class org.jblas.ComplexFloatMatrix
-
- neg() - Method in class org.jblas.DoubleMatrix
-
Negate each element.
- neg() - Method in class org.jblas.FloatMatrix
-
Negate each element.
- NEG_I - Static variable in class org.jblas.ComplexDouble
-
- NEG_I - Static variable in class org.jblas.ComplexFloat
-
- NEG_UNIT - Static variable in class org.jblas.ComplexDouble
-
- NEG_UNIT - Static variable in class org.jblas.ComplexFloat
-
- negi() - Method in class org.jblas.ComplexDouble
-
- negi() - Method in class org.jblas.ComplexDoubleMatrix
-
- negi() - Method in class org.jblas.ComplexFloat
-
- negi() - Method in class org.jblas.ComplexFloatMatrix
-
- negi() - Method in class org.jblas.DoubleMatrix
-
Negate each element (in-place).
- negi() - Method in class org.jblas.FloatMatrix
-
Negate each element (in-place).
- nei(ComplexDoubleMatrix, ComplexDoubleMatrix) - Method in class org.jblas.ComplexDoubleMatrix
-
- nei(ComplexDoubleMatrix) - Method in class org.jblas.ComplexDoubleMatrix
-
- nei(ComplexDouble, ComplexDoubleMatrix) - Method in class org.jblas.ComplexDoubleMatrix
-
- nei(double, ComplexDoubleMatrix) - Method in class org.jblas.ComplexDoubleMatrix
-
- nei(ComplexDouble) - Method in class org.jblas.ComplexDoubleMatrix
-
- nei(double) - Method in class org.jblas.ComplexDoubleMatrix
-
- nei(ComplexFloatMatrix, ComplexFloatMatrix) - Method in class org.jblas.ComplexFloatMatrix
-
- nei(ComplexFloatMatrix) - Method in class org.jblas.ComplexFloatMatrix
-
- nei(ComplexFloat, ComplexFloatMatrix) - Method in class org.jblas.ComplexFloatMatrix
-
- nei(float, ComplexFloatMatrix) - Method in class org.jblas.ComplexFloatMatrix
-
- nei(ComplexFloat) - Method in class org.jblas.ComplexFloatMatrix
-
- nei(float) - Method in class org.jblas.ComplexFloatMatrix
-
- nei(DoubleMatrix, DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Test for inequality (in-place).
- nei(DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Test for inequality (in-place).
- nei(double, DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Test for inequality against a scalar (in-place).
- nei(double) - Method in class org.jblas.DoubleMatrix
-
Test for inequality against a scalar (in-place).
- nei(FloatMatrix, FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Test for inequality (in-place).
- nei(FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Test for inequality (in-place).
- nei(float, FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Test for inequality against a scalar (in-place).
- nei(float) - Method in class org.jblas.FloatMatrix
-
Test for inequality against a scalar (in-place).
- next() - Method in class org.jblas.ranges.AllRange
-
- next() - Method in class org.jblas.ranges.IndicesRange
-
- next() - Method in class org.jblas.ranges.IntervalRange
-
- next() - Method in class org.jblas.ranges.PointRange
-
- next() - Method in interface org.jblas.ranges.Range
-
Increase counter.
- nextDouble() - Static method in class org.jblas.util.Random
-
- nextFloat() - Static method in class org.jblas.util.Random
-
- nextGaussian() - Static method in class org.jblas.util.Random
-
- nextInt(int) - Static method in class org.jblas.util.Random
-
- NO_SSE - Static variable in class org.jblas.util.ArchFlavor
-
- NoEigenResultException - Exception in org.jblas.exceptions
-
- NoEigenResultException(String) - Constructor for exception org.jblas.exceptions.NoEigenResultException
-
- norm1() - Method in class org.jblas.ComplexDoubleMatrix
-
- norm1() - Method in class org.jblas.ComplexFloatMatrix
-
- norm1() - Method in class org.jblas.DoubleMatrix
-
The 1-norm of the matrix as vector (sum of absolute values of elements).
- norm1() - Method in class org.jblas.FloatMatrix
-
The 1-norm of the matrix as vector (sum of absolute values of elements).
- norm2() - Method in class org.jblas.ComplexDoubleMatrix
-
- norm2() - Method in class org.jblas.ComplexFloatMatrix
-
- norm2() - Method in class org.jblas.DoubleMatrix
-
The Euclidean norm of the matrix as vector, also the Frobenius
norm of the matrix.
- norm2() - Method in class org.jblas.FloatMatrix
-
The Euclidean norm of the matrix as vector, also the Frobenius
norm of the matrix.
- normalize(DoubleMatrix) - Static method in class org.jblas.Geometry
-
Normalize a vector (scale such that its Euclidean norm is 1) (in-place).
- normalize(FloatMatrix) - Static method in class org.jblas.Geometry
-
Normalize a vector (scale such that its Euclidean norm is 1) (in-place).
- normalizeColumns(DoubleMatrix) - Static method in class org.jblas.Geometry
-
Normalize the columns of a matrix (in-place).
- normalizeColumns(FloatMatrix) - Static method in class org.jblas.Geometry
-
Normalize the columns of a matrix (in-place).
- normalizeRows(DoubleMatrix) - Static method in class org.jblas.Geometry
-
Normalize the rows of a matrix (in-place).
- normalizeRows(FloatMatrix) - Static method in class org.jblas.Geometry
-
Normalize the rows of a matrix (in-place).
- normmax() - Method in class org.jblas.ComplexDoubleMatrix
-
- normmax() - Method in class org.jblas.ComplexFloatMatrix
-
- normmax() - Method in class org.jblas.DoubleMatrix
-
The maximum norm of the matrix (maximal absolute value of the elements).
- normmax() - Method in class org.jblas.FloatMatrix
-
The maximum norm of the matrix (maximal absolute value of the elements).
- not() - Method in class org.jblas.ComplexDoubleMatrix
-
- not() - Method in class org.jblas.ComplexFloatMatrix
-
- not() - Method in class org.jblas.DoubleMatrix
-
Maps zero to 1.0 and all non-zero values to 0.0.
- not() - Method in class org.jblas.FloatMatrix
-
Maps zero to 1.0f and all non-zero values to 0.0f.
- noti() - Method in class org.jblas.ComplexDoubleMatrix
-
- noti() - Method in class org.jblas.ComplexFloatMatrix
-
- noti() - Method in class org.jblas.DoubleMatrix
-
Maps zero to 1.0 and all non-zero values to 0.0 (in-place).
- noti() - Method in class org.jblas.FloatMatrix
-
Maps zero to 1.0f and all non-zero values to 0.0f (in-place).
- nrm2(DoubleMatrix) - Static method in class org.jblas.SimpleBlas
-
Compute || x ||_2 (2-norm)
- nrm2(ComplexDoubleMatrix) - Static method in class org.jblas.SimpleBlas
-
- nrm2(FloatMatrix) - Static method in class org.jblas.SimpleBlas
-
Compute || x ||_2 (2-norm)
- nrm2(ComplexFloatMatrix) - Static method in class org.jblas.SimpleBlas
-
- ones(int, int) - Static method in class org.jblas.ComplexDoubleMatrix
-
Creates a new matrix in which all values are equal 1.
- ones(int) - Static method in class org.jblas.ComplexDoubleMatrix
-
- ones(int, int) - Static method in class org.jblas.ComplexFloatMatrix
-
Creates a new matrix in which all values are equal 1.
- ones(int) - Static method in class org.jblas.ComplexFloatMatrix
-
- ones(int, int) - Static method in class org.jblas.DoubleMatrix
-
Creates a new matrix in which all values are equal 1.
- ones(int) - Static method in class org.jblas.DoubleMatrix
-
Creates a column vector with all elements equal to 1.
- ones(int, int) - Static method in class org.jblas.FloatMatrix
-
Creates a new matrix in which all values are equal 1.
- ones(int) - Static method in class org.jblas.FloatMatrix
-
Creates a column vector with all elements equal to 1.
- or(ComplexDoubleMatrix) - Method in class org.jblas.ComplexDoubleMatrix
-
- or(ComplexDouble) - Method in class org.jblas.ComplexDoubleMatrix
-
- or(double) - Method in class org.jblas.ComplexDoubleMatrix
-
- or(ComplexFloatMatrix) - Method in class org.jblas.ComplexFloatMatrix
-
- or(ComplexFloat) - Method in class org.jblas.ComplexFloatMatrix
-
- or(float) - Method in class org.jblas.ComplexFloatMatrix
-
- or(DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Compute elementwise logical or.
- or(double) - Method in class org.jblas.DoubleMatrix
-
Compute elementwise logical or against a scalar.
- or(FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Compute elementwise logical or.
- or(float) - Method in class org.jblas.FloatMatrix
-
Compute elementwise logical or against a scalar.
- org.jblas - package org.jblas
-
Main linear algebra package.
- org.jblas.benchmark - package org.jblas.benchmark
-
Simple benchmarking tool.
- org.jblas.exceptions - package org.jblas.exceptions
-
jblas related exceptions.
- org.jblas.ranges - package org.jblas.ranges
-
Provide ways to specify indices ranges.
- org.jblas.util - package org.jblas.util
-
Support classes for jBLAS.
- orgqr(int, int, DoubleMatrix, DoubleMatrix) - Static method in class org.jblas.SimpleBlas
-
- orgqr(int, int, FloatMatrix, FloatMatrix) - Static method in class org.jblas.SimpleBlas
-
- ori(ComplexDoubleMatrix, ComplexDoubleMatrix) - Method in class org.jblas.ComplexDoubleMatrix
-
- ori(ComplexDoubleMatrix) - Method in class org.jblas.ComplexDoubleMatrix
-
- ori(ComplexDouble, ComplexDoubleMatrix) - Method in class org.jblas.ComplexDoubleMatrix
-
- ori(double, ComplexDoubleMatrix) - Method in class org.jblas.ComplexDoubleMatrix
-
- ori(ComplexDouble) - Method in class org.jblas.ComplexDoubleMatrix
-
- ori(double) - Method in class org.jblas.ComplexDoubleMatrix
-
- ori(ComplexFloatMatrix, ComplexFloatMatrix) - Method in class org.jblas.ComplexFloatMatrix
-
- ori(ComplexFloatMatrix) - Method in class org.jblas.ComplexFloatMatrix
-
- ori(ComplexFloat, ComplexFloatMatrix) - Method in class org.jblas.ComplexFloatMatrix
-
- ori(float, ComplexFloatMatrix) - Method in class org.jblas.ComplexFloatMatrix
-
- ori(ComplexFloat) - Method in class org.jblas.ComplexFloatMatrix
-
- ori(float) - Method in class org.jblas.ComplexFloatMatrix
-
- ori(DoubleMatrix, DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Compute elementwise logical or (in-place).
- ori(DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Compute elementwise logical or (in-place).
- ori(double, DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Compute elementwise logical or against a scalar (in-place).
- ori(double) - Method in class org.jblas.DoubleMatrix
-
Compute elementwise logical or against a scalar (in-place).
- ori(FloatMatrix, FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Compute elementwise logical or (in-place).
- ori(FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Compute elementwise logical or (in-place).
- ori(float, FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Compute elementwise logical or against a scalar (in-place).
- ori(float) - Method in class org.jblas.FloatMatrix
-
Compute elementwise logical or against a scalar (in-place).
- ormqr(char, char, DoubleMatrix, DoubleMatrix, DoubleMatrix) - Static method in class org.jblas.SimpleBlas
-
- ormqr(char, char, FloatMatrix, FloatMatrix, FloatMatrix) - Static method in class org.jblas.SimpleBlas
-
- out(DataOutputStream) - Method in class org.jblas.ComplexDoubleMatrix
-
Writes out this matrix to the given data stream.
- out(DataOutputStream) - Method in class org.jblas.ComplexFloatMatrix
-
Writes out this matrix to the given data stream.
- out(DataOutputStream) - Method in class org.jblas.DoubleMatrix
-
Writes out this matrix to the given data stream.
- out(DataOutputStream) - Method in class org.jblas.FloatMatrix
-
Writes out this matrix to the given data stream.
- overrideArchFlavor(String) - Static method in class org.jblas.util.ArchFlavor
-
- p - Variable in class org.jblas.Decompose.LUDecomposition
-
- pairwiseSquaredDistances(DoubleMatrix, DoubleMatrix) - Static method in class org.jblas.Geometry
-
Compute the pairwise squared distances between all columns of the two
matrices.
- pairwiseSquaredDistances(FloatMatrix, FloatMatrix) - Static method in class org.jblas.Geometry
-
Compute the pairwise squared distances between all columns of the two
matrices.
- permutationDoubleMatrixFromPivotIndices(int, int[]) - Static method in class org.jblas.util.Permutations
-
Create a permutation matrix from a LAPACK-style 'ipiv' vector.
- permutationFloatMatrixFromPivotIndices(int, int[]) - Static method in class org.jblas.util.Permutations
-
Create a permutation matrix from a LAPACK-style 'ipiv' vector.
- Permutations - Class in org.jblas.util
-
Functions which generate random permutations.
- Permutations() - Constructor for class org.jblas.util.Permutations
-
- pinv(DoubleMatrix) - Static method in class org.jblas.Solve
-
Computes the pseudo-inverse.
- pinv(FloatMatrix) - Static method in class org.jblas.Solve
-
Computes the pseudo-inverse.
- point(int) - Static method in class org.jblas.ranges.RangeUtils
-
Construct point range (constant range) with given index.
- PointRange - Class in org.jblas.ranges
-
A PointRange is a range which only has a single point.
- PointRange(int) - Constructor for class org.jblas.ranges.PointRange
-
Construct a new PointRange with the one given index.
- posv(char, DoubleMatrix, DoubleMatrix) - Static method in class org.jblas.SimpleBlas
-
- posv(char, FloatMatrix, FloatMatrix) - Static method in class org.jblas.SimpleBlas
-
- pow(double, double) - Static method in class org.jblas.MatrixFunctions
-
- pow(DoubleMatrix, double) - Static method in class org.jblas.MatrixFunctions
-
- pow(double, DoubleMatrix) - Static method in class org.jblas.MatrixFunctions
-
- pow(DoubleMatrix, DoubleMatrix) - Static method in class org.jblas.MatrixFunctions
-
- pow(float, float) - Static method in class org.jblas.MatrixFunctions
-
- pow(FloatMatrix, float) - Static method in class org.jblas.MatrixFunctions
-
- pow(float, FloatMatrix) - Static method in class org.jblas.MatrixFunctions
-
- pow(FloatMatrix, FloatMatrix) - Static method in class org.jblas.MatrixFunctions
-
- powi(DoubleMatrix, double) - Static method in class org.jblas.MatrixFunctions
-
Element-wise power function.
- powi(double, DoubleMatrix) - Static method in class org.jblas.MatrixFunctions
-
- powi(DoubleMatrix, DoubleMatrix) - Static method in class org.jblas.MatrixFunctions
-
- powi(FloatMatrix, float) - Static method in class org.jblas.MatrixFunctions
-
Element-wise power function.
- powi(float, FloatMatrix) - Static method in class org.jblas.MatrixFunctions
-
- powi(FloatMatrix, FloatMatrix) - Static method in class org.jblas.MatrixFunctions
-
- print() - Method in class org.jblas.ComplexDoubleMatrix
-
Pretty-print this matrix to System.out.
- print() - Method in class org.jblas.ComplexFloatMatrix
-
Pretty-print this matrix to System.out.
- print() - Method in class org.jblas.DoubleMatrix
-
Pretty-print this matrix to System.out.
- print() - Method in class org.jblas.FloatMatrix
-
Pretty-print this matrix to System.out.
- printHelp() - Static method in class org.jblas.benchmark.Main
-
- prod() - Method in class org.jblas.DoubleMatrix
-
Computes the product of all elements of the matrix
- prod() - Method in class org.jblas.FloatMatrix
-
Computes the product of all elements of the matrix
- project(DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Computes the projection coefficient of other on this.
- project(FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Computes the projection coefficient of other on this.
- put(int[], ComplexDoubleMatrix) - Method in class org.jblas.ComplexDoubleMatrix
-
- put(int, int[], ComplexDoubleMatrix) - Method in class org.jblas.ComplexDoubleMatrix
-
- put(int[], int, ComplexDoubleMatrix) - Method in class org.jblas.ComplexDoubleMatrix
-
- put(int[], int[], ComplexDoubleMatrix) - Method in class org.jblas.ComplexDoubleMatrix
-
- put(int[], double) - Method in class org.jblas.ComplexDoubleMatrix
-
- put(int[], ComplexDouble) - Method in class org.jblas.ComplexDoubleMatrix
-
- put(int, int[], double) - Method in class org.jblas.ComplexDoubleMatrix
-
- put(int, int[], ComplexDouble) - Method in class org.jblas.ComplexDoubleMatrix
-
- put(int[], int, double) - Method in class org.jblas.ComplexDoubleMatrix
-
- put(int[], int, ComplexDouble) - Method in class org.jblas.ComplexDoubleMatrix
-
- put(int[], int[], double) - Method in class org.jblas.ComplexDoubleMatrix
-
- put(int[], int[], ComplexDouble) - Method in class org.jblas.ComplexDoubleMatrix
-
- put(ComplexDoubleMatrix, ComplexDoubleMatrix) - Method in class org.jblas.ComplexDoubleMatrix
-
- put(int, ComplexDoubleMatrix, ComplexDoubleMatrix) - Method in class org.jblas.ComplexDoubleMatrix
-
- put(ComplexDoubleMatrix, int, ComplexDoubleMatrix) - Method in class org.jblas.ComplexDoubleMatrix
-
- put(ComplexDoubleMatrix, ComplexDoubleMatrix, ComplexDoubleMatrix) - Method in class org.jblas.ComplexDoubleMatrix
-
- put(ComplexDoubleMatrix, double) - Method in class org.jblas.ComplexDoubleMatrix
-
- put(ComplexDoubleMatrix, ComplexDouble) - Method in class org.jblas.ComplexDoubleMatrix
-
- put(int, ComplexDoubleMatrix, double) - Method in class org.jblas.ComplexDoubleMatrix
-
- put(int, ComplexDoubleMatrix, ComplexDouble) - Method in class org.jblas.ComplexDoubleMatrix
-
- put(ComplexDoubleMatrix, int, double) - Method in class org.jblas.ComplexDoubleMatrix
-
- put(ComplexDoubleMatrix, int, ComplexDouble) - Method in class org.jblas.ComplexDoubleMatrix
-
- put(ComplexDoubleMatrix, ComplexDoubleMatrix, double) - Method in class org.jblas.ComplexDoubleMatrix
-
- put(ComplexDoubleMatrix, ComplexDoubleMatrix, ComplexDouble) - Method in class org.jblas.ComplexDoubleMatrix
-
- put(int, int, double) - Method in class org.jblas.ComplexDoubleMatrix
-
Set matrix element
- put(int, int, double, double) - Method in class org.jblas.ComplexDoubleMatrix
-
- put(int, int, ComplexDouble) - Method in class org.jblas.ComplexDoubleMatrix
-
- put(int, double) - Method in class org.jblas.ComplexDoubleMatrix
-
- put(int, double, double) - Method in class org.jblas.ComplexDoubleMatrix
-
- put(int, ComplexDouble) - Method in class org.jblas.ComplexDoubleMatrix
-
- put(int[], ComplexFloatMatrix) - Method in class org.jblas.ComplexFloatMatrix
-
- put(int, int[], ComplexFloatMatrix) - Method in class org.jblas.ComplexFloatMatrix
-
- put(int[], int, ComplexFloatMatrix) - Method in class org.jblas.ComplexFloatMatrix
-
- put(int[], int[], ComplexFloatMatrix) - Method in class org.jblas.ComplexFloatMatrix
-
- put(int[], float) - Method in class org.jblas.ComplexFloatMatrix
-
- put(int[], ComplexFloat) - Method in class org.jblas.ComplexFloatMatrix
-
- put(int, int[], float) - Method in class org.jblas.ComplexFloatMatrix
-
- put(int, int[], ComplexFloat) - Method in class org.jblas.ComplexFloatMatrix
-
- put(int[], int, float) - Method in class org.jblas.ComplexFloatMatrix
-
- put(int[], int, ComplexFloat) - Method in class org.jblas.ComplexFloatMatrix
-
- put(int[], int[], float) - Method in class org.jblas.ComplexFloatMatrix
-
- put(int[], int[], ComplexFloat) - Method in class org.jblas.ComplexFloatMatrix
-
- put(ComplexFloatMatrix, ComplexFloatMatrix) - Method in class org.jblas.ComplexFloatMatrix
-
- put(int, ComplexFloatMatrix, ComplexFloatMatrix) - Method in class org.jblas.ComplexFloatMatrix
-
- put(ComplexFloatMatrix, int, ComplexFloatMatrix) - Method in class org.jblas.ComplexFloatMatrix
-
- put(ComplexFloatMatrix, ComplexFloatMatrix, ComplexFloatMatrix) - Method in class org.jblas.ComplexFloatMatrix
-
- put(ComplexFloatMatrix, float) - Method in class org.jblas.ComplexFloatMatrix
-
- put(ComplexFloatMatrix, ComplexFloat) - Method in class org.jblas.ComplexFloatMatrix
-
- put(int, ComplexFloatMatrix, float) - Method in class org.jblas.ComplexFloatMatrix
-
- put(int, ComplexFloatMatrix, ComplexFloat) - Method in class org.jblas.ComplexFloatMatrix
-
- put(ComplexFloatMatrix, int, float) - Method in class org.jblas.ComplexFloatMatrix
-
- put(ComplexFloatMatrix, int, ComplexFloat) - Method in class org.jblas.ComplexFloatMatrix
-
- put(ComplexFloatMatrix, ComplexFloatMatrix, float) - Method in class org.jblas.ComplexFloatMatrix
-
- put(ComplexFloatMatrix, ComplexFloatMatrix, ComplexFloat) - Method in class org.jblas.ComplexFloatMatrix
-
- put(int, int, float) - Method in class org.jblas.ComplexFloatMatrix
-
Set matrix element
- put(int, int, float, float) - Method in class org.jblas.ComplexFloatMatrix
-
- put(int, int, ComplexFloat) - Method in class org.jblas.ComplexFloatMatrix
-
- put(int, float) - Method in class org.jblas.ComplexFloatMatrix
-
- put(int, float, float) - Method in class org.jblas.ComplexFloatMatrix
-
- put(int, ComplexFloat) - Method in class org.jblas.ComplexFloatMatrix
-
- put(int[], DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Set elements in linear ordering in the specified indices.
- put(int, int[], DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Set multiple elements in a row.
- put(int[], int, DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Set multiple elements in a row.
- put(int[], int[], DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Put a sub-matrix as specified by the indices.
- put(Range, Range, DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Put a matrix into specified indices.
- put(int[], double) - Method in class org.jblas.DoubleMatrix
-
Put a single value into the specified indices (linear adressing).
- put(int, int[], double) - Method in class org.jblas.DoubleMatrix
-
Put a single value into a row and the specified columns.
- put(int[], int, double) - Method in class org.jblas.DoubleMatrix
-
Put a single value into the specified rows of a column.
- put(int[], int[], double) - Method in class org.jblas.DoubleMatrix
-
Put a single value into the specified rows and columns.
- put(DoubleMatrix, DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Put a sub-matrix into the indices specified by the non-zero entries
of indices (linear adressing).
- put(int, DoubleMatrix, DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Put a sub-vector into the specified columns (non-zero entries of indices) of a row.
- put(DoubleMatrix, int, DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Put a sub-vector into the specified rows (non-zero entries of indices) of a column.
- put(DoubleMatrix, DoubleMatrix, DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Put a sub-matrix into the specified rows and columns (non-zero entries of
rindices and cindices.
- put(DoubleMatrix, double) - Method in class org.jblas.DoubleMatrix
-
Put a single value into the elements specified by the non-zero
entries of indices (linear adressing).
- put(int, DoubleMatrix, double) - Method in class org.jblas.DoubleMatrix
-
Put a single value into the specified columns (non-zero entries of
indices) of a row.
- put(DoubleMatrix, int, double) - Method in class org.jblas.DoubleMatrix
-
Put a single value into the specified rows (non-zero entries of
indices) of a column.
- put(DoubleMatrix, DoubleMatrix, double) - Method in class org.jblas.DoubleMatrix
-
Put a single value in the specified rows and columns (non-zero entries
of rindices and cindices.
- put(int, int, double) - Method in class org.jblas.DoubleMatrix
-
Set matrix element
- put(int, double) - Method in class org.jblas.DoubleMatrix
-
Set a matrix element (linear indexing).
- put(int[], FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Set elements in linear ordering in the specified indices.
- put(int, int[], FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Set multiple elements in a row.
- put(int[], int, FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Set multiple elements in a row.
- put(int[], int[], FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Put a sub-matrix as specified by the indices.
- put(Range, Range, FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Put a matrix into specified indices.
- put(int[], float) - Method in class org.jblas.FloatMatrix
-
Put a single value into the specified indices (linear adressing).
- put(int, int[], float) - Method in class org.jblas.FloatMatrix
-
Put a single value into a row and the specified columns.
- put(int[], int, float) - Method in class org.jblas.FloatMatrix
-
Put a single value into the specified rows of a column.
- put(int[], int[], float) - Method in class org.jblas.FloatMatrix
-
Put a single value into the specified rows and columns.
- put(FloatMatrix, FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Put a sub-matrix into the indices specified by the non-zero entries
of indices (linear adressing).
- put(int, FloatMatrix, FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Put a sub-vector into the specified columns (non-zero entries of indices) of a row.
- put(FloatMatrix, int, FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Put a sub-vector into the specified rows (non-zero entries of indices) of a column.
- put(FloatMatrix, FloatMatrix, FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Put a sub-matrix into the specified rows and columns (non-zero entries of
rindices and cindices.
- put(FloatMatrix, float) - Method in class org.jblas.FloatMatrix
-
Put a single value into the elements specified by the non-zero
entries of indices (linear adressing).
- put(int, FloatMatrix, float) - Method in class org.jblas.FloatMatrix
-
Put a single value into the specified columns (non-zero entries of
indices) of a row.
- put(FloatMatrix, int, float) - Method in class org.jblas.FloatMatrix
-
Put a single value into the specified rows (non-zero entries of
indices) of a column.
- put(FloatMatrix, FloatMatrix, float) - Method in class org.jblas.FloatMatrix
-
Put a single value in the specified rows and columns (non-zero entries
of rindices and cindices.
- put(int, int, float) - Method in class org.jblas.FloatMatrix
-
Set matrix element
- put(int, float) - Method in class org.jblas.FloatMatrix
-
Set a matrix element (linear indexing).
- putColumn(int, ComplexDoubleMatrix) - Method in class org.jblas.ComplexDoubleMatrix
-
- putColumn(int, ComplexFloatMatrix) - Method in class org.jblas.ComplexFloatMatrix
-
- putColumn(int, DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Copy a column back into the matrix.
- putColumn(int, FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Copy a column back into the matrix.
- putImag(int[], double) - Method in class org.jblas.ComplexDoubleMatrix
-
- putImag(int, int[], double) - Method in class org.jblas.ComplexDoubleMatrix
-
- putImag(int[], int, double) - Method in class org.jblas.ComplexDoubleMatrix
-
- putImag(int[], int[], double) - Method in class org.jblas.ComplexDoubleMatrix
-
- putImag(ComplexDoubleMatrix, double) - Method in class org.jblas.ComplexDoubleMatrix
-
- putImag(int, ComplexDoubleMatrix, double) - Method in class org.jblas.ComplexDoubleMatrix
-
- putImag(ComplexDoubleMatrix, int, double) - Method in class org.jblas.ComplexDoubleMatrix
-
- putImag(ComplexDoubleMatrix, ComplexDoubleMatrix, double) - Method in class org.jblas.ComplexDoubleMatrix
-
- putImag(int, int, double) - Method in class org.jblas.ComplexDoubleMatrix
-
- putImag(int, double) - Method in class org.jblas.ComplexDoubleMatrix
-
- putImag(int[], float) - Method in class org.jblas.ComplexFloatMatrix
-
- putImag(int, int[], float) - Method in class org.jblas.ComplexFloatMatrix
-
- putImag(int[], int, float) - Method in class org.jblas.ComplexFloatMatrix
-
- putImag(int[], int[], float) - Method in class org.jblas.ComplexFloatMatrix
-
- putImag(ComplexFloatMatrix, float) - Method in class org.jblas.ComplexFloatMatrix
-
- putImag(int, ComplexFloatMatrix, float) - Method in class org.jblas.ComplexFloatMatrix
-
- putImag(ComplexFloatMatrix, int, float) - Method in class org.jblas.ComplexFloatMatrix
-
- putImag(ComplexFloatMatrix, ComplexFloatMatrix, float) - Method in class org.jblas.ComplexFloatMatrix
-
- putImag(int, int, float) - Method in class org.jblas.ComplexFloatMatrix
-
- putImag(int, float) - Method in class org.jblas.ComplexFloatMatrix
-
- putReal(int[], double) - Method in class org.jblas.ComplexDoubleMatrix
-
- putReal(int, int[], double) - Method in class org.jblas.ComplexDoubleMatrix
-
- putReal(int[], int, double) - Method in class org.jblas.ComplexDoubleMatrix
-
- putReal(int[], int[], double) - Method in class org.jblas.ComplexDoubleMatrix
-
- putReal(ComplexDoubleMatrix, double) - Method in class org.jblas.ComplexDoubleMatrix
-
- putReal(int, ComplexDoubleMatrix, double) - Method in class org.jblas.ComplexDoubleMatrix
-
- putReal(ComplexDoubleMatrix, int, double) - Method in class org.jblas.ComplexDoubleMatrix
-
- putReal(ComplexDoubleMatrix, ComplexDoubleMatrix, double) - Method in class org.jblas.ComplexDoubleMatrix
-
- putReal(int, int, double) - Method in class org.jblas.ComplexDoubleMatrix
-
- putReal(int, double) - Method in class org.jblas.ComplexDoubleMatrix
-
- putReal(int[], float) - Method in class org.jblas.ComplexFloatMatrix
-
- putReal(int, int[], float) - Method in class org.jblas.ComplexFloatMatrix
-
- putReal(int[], int, float) - Method in class org.jblas.ComplexFloatMatrix
-
- putReal(int[], int[], float) - Method in class org.jblas.ComplexFloatMatrix
-
- putReal(ComplexFloatMatrix, float) - Method in class org.jblas.ComplexFloatMatrix
-
- putReal(int, ComplexFloatMatrix, float) - Method in class org.jblas.ComplexFloatMatrix
-
- putReal(ComplexFloatMatrix, int, float) - Method in class org.jblas.ComplexFloatMatrix
-
- putReal(ComplexFloatMatrix, ComplexFloatMatrix, float) - Method in class org.jblas.ComplexFloatMatrix
-
- putReal(int, int, float) - Method in class org.jblas.ComplexFloatMatrix
-
- putReal(int, float) - Method in class org.jblas.ComplexFloatMatrix
-
- putRow(int, ComplexDoubleMatrix) - Method in class org.jblas.ComplexDoubleMatrix
-
- putRow(int, ComplexFloatMatrix) - Method in class org.jblas.ComplexFloatMatrix
-
- putRow(int, DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Copy a row back into the matrix.
- putRow(int, FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Copy a row back into the matrix.
- r - Variable in class org.jblas.Decompose.QRDecomposition
-
- rand(int, int) - Static method in class org.jblas.DoubleMatrix
-
Create matrix with random values uniformly in 0..1.
- rand(int) - Static method in class org.jblas.DoubleMatrix
-
Creates a column vector with random values uniformly in 0..1.
- rand(int, int) - Static method in class org.jblas.FloatMatrix
-
Create matrix with random values uniformly in 0..1.
- rand(int) - Static method in class org.jblas.FloatMatrix
-
Creates a column vector with random values uniformly in 0..1.
- randn(int, int) - Static method in class org.jblas.DoubleMatrix
-
Create matrix with normally distributed random values.
- randn(int) - Static method in class org.jblas.DoubleMatrix
-
Create column vector with normally distributed random values.
- randn(int, int) - Static method in class org.jblas.FloatMatrix
-
Create matrix with normally distributed random values.
- randn(int) - Static method in class org.jblas.FloatMatrix
-
Create column vector with normally distributed random values.
- Random - Class in org.jblas.util
-
Created by IntelliJ IDEA.
- Random() - Constructor for class org.jblas.util.Random
-
- randomPermutation(int) - Static method in class org.jblas.util.Permutations
-
Create a random permutation of the numbers 0, ..., size - 1.
- randomSubset(int, int) - Static method in class org.jblas.util.Permutations
-
Get a random sample of k out of n elements.
- Range - Interface in org.jblas.ranges
-
The Range interface represents basically a set of indices.
- RangeUtils - Class in org.jblas.ranges
-
A bunch of static functions for making construction of ranges more
uniform.
- RangeUtils() - Constructor for class org.jblas.ranges.RangeUtils
-
- rankOneUpdate(ComplexDouble, ComplexDoubleMatrix, ComplexDoubleMatrix) - Method in class org.jblas.ComplexDoubleMatrix
-
Computes a rank-1-update A = A + alpha * x * y'.
- rankOneUpdate(double, ComplexDoubleMatrix, ComplexDoubleMatrix) - Method in class org.jblas.ComplexDoubleMatrix
-
- rankOneUpdate(double, ComplexDoubleMatrix) - Method in class org.jblas.ComplexDoubleMatrix
-
Computes a rank-1-update A = A + alpha * x * x'.
- rankOneUpdate(ComplexDouble, ComplexDoubleMatrix) - Method in class org.jblas.ComplexDoubleMatrix
-
Computes a rank-1-update A = A + alpha * x * x'.
- rankOneUpdate(ComplexDoubleMatrix) - Method in class org.jblas.ComplexDoubleMatrix
-
Computes a rank-1-update A = A + x * x'.
- rankOneUpdate(ComplexDoubleMatrix, ComplexDoubleMatrix) - Method in class org.jblas.ComplexDoubleMatrix
-
Computes a rank-1-update A = A + x * y'.
- rankOneUpdate(ComplexFloat, ComplexFloatMatrix, ComplexFloatMatrix) - Method in class org.jblas.ComplexFloatMatrix
-
Computes a rank-1-update A = A + alpha * x * y'.
- rankOneUpdate(float, ComplexFloatMatrix, ComplexFloatMatrix) - Method in class org.jblas.ComplexFloatMatrix
-
- rankOneUpdate(float, ComplexFloatMatrix) - Method in class org.jblas.ComplexFloatMatrix
-
Computes a rank-1-update A = A + alpha * x * x'.
- rankOneUpdate(ComplexFloat, ComplexFloatMatrix) - Method in class org.jblas.ComplexFloatMatrix
-
Computes a rank-1-update A = A + alpha * x * x'.
- rankOneUpdate(ComplexFloatMatrix) - Method in class org.jblas.ComplexFloatMatrix
-
Computes a rank-1-update A = A + x * x'.
- rankOneUpdate(ComplexFloatMatrix, ComplexFloatMatrix) - Method in class org.jblas.ComplexFloatMatrix
-
Computes a rank-1-update A = A + x * y'.
- rankOneUpdate(double, DoubleMatrix, DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Computes a rank-1-update A = A + alpha * x * y'.
- rankOneUpdate(double, DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Computes a rank-1-update A = A + alpha * x * x'.
- rankOneUpdate(DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Computes a rank-1-update A = A + x * x'.
- rankOneUpdate(DoubleMatrix, DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Computes a rank-1-update A = A + x * y'.
- rankOneUpdate(float, FloatMatrix, FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Computes a rank-1-update A = A + alpha * x * y'.
- rankOneUpdate(float, FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Computes a rank-1-update A = A + alpha * x * x'.
- rankOneUpdate(FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Computes a rank-1-update A = A + x * x'.
- rankOneUpdate(FloatMatrix, FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Computes a rank-1-update A = A + x * y'.
- raxpy(int, double, double[], int, int, double[], int, int) - Static method in class org.jblas.JavaBlas
-
Compute dy <- da * dx + dy.
- raxpy(int, float, float[], int, int, float[], int, int) - Static method in class org.jblas.JavaBlas
-
Compute dy <- da * dx + dy.
- rcopy(int, double[], int, int, double[], int, int) - Static method in class org.jblas.JavaBlas
-
Copy dx to dy.
- rcopy(int, float[], int, int, float[], int, int) - Static method in class org.jblas.JavaBlas
-
Copy dx to dy.
- rdiv(ComplexDoubleMatrix) - Method in class org.jblas.ComplexDoubleMatrix
-
- rdiv(ComplexDouble) - Method in class org.jblas.ComplexDoubleMatrix
-
- rdiv(double) - Method in class org.jblas.ComplexDoubleMatrix
-
- rdiv(ComplexFloatMatrix) - Method in class org.jblas.ComplexFloatMatrix
-
- rdiv(ComplexFloat) - Method in class org.jblas.ComplexFloatMatrix
-
- rdiv(float) - Method in class org.jblas.ComplexFloatMatrix
-
- rdiv(DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
(right-)elementwise divide by a matrix.
- rdiv(double) - Method in class org.jblas.DoubleMatrix
-
(right-)elementwise divide by a scalar.
- rdiv(FloatMatrix) - Method in class org.jblas.FloatMatrix
-
(right-)elementwise divide by a matrix.
- rdiv(float) - Method in class org.jblas.FloatMatrix
-
(right-)elementwise divide by a scalar.
- rdivi(ComplexDoubleMatrix, ComplexDoubleMatrix) - Method in class org.jblas.ComplexDoubleMatrix
-
(Elementwise) division, with operands switched.
- rdivi(ComplexDouble, ComplexDoubleMatrix) - Method in class org.jblas.ComplexDoubleMatrix
-
(Elementwise) division with a scalar, with operands switched.
- rdivi(double, ComplexDoubleMatrix) - Method in class org.jblas.ComplexDoubleMatrix
-
- rdivi(ComplexDoubleMatrix) - Method in class org.jblas.ComplexDoubleMatrix
-
- rdivi(ComplexDouble) - Method in class org.jblas.ComplexDoubleMatrix
-
- rdivi(double) - Method in class org.jblas.ComplexDoubleMatrix
-
- rdivi(ComplexFloatMatrix, ComplexFloatMatrix) - Method in class org.jblas.ComplexFloatMatrix
-
(Elementwise) division, with operands switched.
- rdivi(ComplexFloat, ComplexFloatMatrix) - Method in class org.jblas.ComplexFloatMatrix
-
(Elementwise) division with a scalar, with operands switched.
- rdivi(float, ComplexFloatMatrix) - Method in class org.jblas.ComplexFloatMatrix
-
- rdivi(ComplexFloatMatrix) - Method in class org.jblas.ComplexFloatMatrix
-
- rdivi(ComplexFloat) - Method in class org.jblas.ComplexFloatMatrix
-
- rdivi(float) - Method in class org.jblas.ComplexFloatMatrix
-
- rdivi(DoubleMatrix, DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Elementwise division, with operands switched.
- rdivi(double, DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
(Elementwise) division with a scalar, with operands switched.
- rdivi(DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
(right-)elementwise divide by a matrix (in place).
- rdivi(double) - Method in class org.jblas.DoubleMatrix
-
(right-)elementwise divide by a scalar (in place).
- rdivi(FloatMatrix, FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Elementwise division, with operands switched.
- rdivi(float, FloatMatrix) - Method in class org.jblas.FloatMatrix
-
(Elementwise) division with a scalar, with operands switched.
- rdivi(FloatMatrix) - Method in class org.jblas.FloatMatrix
-
(right-)elementwise divide by a matrix (in place).
- rdivi(float) - Method in class org.jblas.FloatMatrix
-
(right-)elementwise divide by a scalar (in place).
- rdot(int, double[], int, int, double[], int, int) - Static method in class org.jblas.JavaBlas
-
Compute scalar product between dx and dy.
- rdot(int, float[], int, int, float[], int, int) - Static method in class org.jblas.JavaBlas
-
Compute scalar product between dx and dy.
- real() - Method in class org.jblas.ComplexDouble
-
- real() - Method in class org.jblas.ComplexDoubleMatrix
-
Get real part of the matrix.
- real() - Method in class org.jblas.ComplexFloat
-
- real() - Method in class org.jblas.ComplexFloatMatrix
-
Get real part of the matrix.
- repmat(int, int) - Method in class org.jblas.DoubleMatrix
-
Generate a new matrix which has the given number of replications of this.
- repmat(int, int) - Method in class org.jblas.FloatMatrix
-
Generate a new matrix which has the given number of replications of this.
- reshape(int, int) - Method in class org.jblas.ComplexDoubleMatrix
-
Reshape the matrix.
- reshape(int, int) - Method in class org.jblas.ComplexFloatMatrix
-
Reshape the matrix.
- reshape(int, int) - Method in class org.jblas.DoubleMatrix
-
Reshape the matrix.
- reshape(int, int) - Method in class org.jblas.FloatMatrix
-
Reshape the matrix.
- resize(int, int) - Method in class org.jblas.ComplexDoubleMatrix
-
Resize the matrix.
- resize(int, int) - Method in class org.jblas.ComplexFloatMatrix
-
Resize the matrix.
- resize(int, int) - Method in class org.jblas.DoubleMatrix
-
Resize the matrix.
- resize(int, int) - Method in class org.jblas.FloatMatrix
-
Resize the matrix.
- rowArgmaxs() - Method in class org.jblas.DoubleMatrix
-
Return index of minimal element per row.
- rowArgmaxs() - Method in class org.jblas.FloatMatrix
-
Return index of minimal element per row.
- rowArgmins() - Method in class org.jblas.DoubleMatrix
-
Return index of minimal element per row.
- rowArgmins() - Method in class org.jblas.FloatMatrix
-
Return index of minimal element per row.
- rowMaxs() - Method in class org.jblas.DoubleMatrix
-
Return row-wise maximums.
- rowMaxs() - Method in class org.jblas.FloatMatrix
-
Return row-wise maximums.
- rowMeans() - Method in class org.jblas.ComplexDoubleMatrix
-
- rowMeans() - Method in class org.jblas.ComplexFloatMatrix
-
- rowMeans() - Method in class org.jblas.DoubleMatrix
-
Return a vector containing the means of the rows.
- rowMeans() - Method in class org.jblas.FloatMatrix
-
Return a vector containing the means of the rows.
- rowMins() - Method in class org.jblas.DoubleMatrix
-
Return row-wise minimums.
- rowMins() - Method in class org.jblas.FloatMatrix
-
Return row-wise minimums.
- rows - Variable in class org.jblas.ComplexDoubleMatrix
-
- rows - Variable in class org.jblas.ComplexFloatMatrix
-
- rows - Variable in class org.jblas.DoubleMatrix
-
Number of rows.
- rows - Variable in class org.jblas.FloatMatrix
-
Number of rows.
- rowsAsList() - Method in class org.jblas.DoubleMatrix
-
- rowsAsList() - Method in class org.jblas.FloatMatrix
-
- RowsAsListView(DoubleMatrix) - Constructor for class org.jblas.DoubleMatrix.RowsAsListView
-
- RowsAsListView(FloatMatrix) - Constructor for class org.jblas.FloatMatrix.RowsAsListView
-
- rowSortingPermutations() - Method in class org.jblas.DoubleMatrix
-
Return matrix of indices which sort all columns.
- rowSortingPermutations() - Method in class org.jblas.FloatMatrix
-
Return matrix of indices which sort all columns.
- rowSums() - Method in class org.jblas.ComplexDoubleMatrix
-
- rowSums() - Method in class org.jblas.ComplexFloatMatrix
-
- rowSums() - Method in class org.jblas.DoubleMatrix
-
Return a vector containing the sum of the rows.
- rowSums() - Method in class org.jblas.FloatMatrix
-
Return a vector containing the sum of the rows.
- rsub(ComplexDoubleMatrix) - Method in class org.jblas.ComplexDoubleMatrix
-
- rsub(ComplexDouble) - Method in class org.jblas.ComplexDoubleMatrix
-
- rsub(double) - Method in class org.jblas.ComplexDoubleMatrix
-
- rsub(ComplexFloatMatrix) - Method in class org.jblas.ComplexFloatMatrix
-
- rsub(ComplexFloat) - Method in class org.jblas.ComplexFloatMatrix
-
- rsub(float) - Method in class org.jblas.ComplexFloatMatrix
-
- rsub(DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
(right-)subtract a matrix.
- rsub(double) - Method in class org.jblas.DoubleMatrix
-
(right-)subtract a scalar.
- rsub(FloatMatrix) - Method in class org.jblas.FloatMatrix
-
(right-)subtract a matrix.
- rsub(float) - Method in class org.jblas.FloatMatrix
-
(right-)subtract a scalar.
- rsubi(ComplexDoubleMatrix, ComplexDoubleMatrix) - Method in class org.jblas.ComplexDoubleMatrix
-
Subtract two matrices, but subtract first from second matrix, that is,
compute result = other - this.
- rsubi(ComplexDouble, ComplexDoubleMatrix) - Method in class org.jblas.ComplexDoubleMatrix
-
Subtract a matrix from a scalar
- rsubi(double, ComplexDoubleMatrix) - Method in class org.jblas.ComplexDoubleMatrix
-
- rsubi(ComplexDoubleMatrix) - Method in class org.jblas.ComplexDoubleMatrix
-
- rsubi(ComplexDouble) - Method in class org.jblas.ComplexDoubleMatrix
-
- rsubi(double) - Method in class org.jblas.ComplexDoubleMatrix
-
- rsubi(ComplexFloatMatrix, ComplexFloatMatrix) - Method in class org.jblas.ComplexFloatMatrix
-
Subtract two matrices, but subtract first from second matrix, that is,
compute result = other - this.
- rsubi(ComplexFloat, ComplexFloatMatrix) - Method in class org.jblas.ComplexFloatMatrix
-
Subtract a matrix from a scalar
- rsubi(float, ComplexFloatMatrix) - Method in class org.jblas.ComplexFloatMatrix
-
- rsubi(ComplexFloatMatrix) - Method in class org.jblas.ComplexFloatMatrix
-
- rsubi(ComplexFloat) - Method in class org.jblas.ComplexFloatMatrix
-
- rsubi(float) - Method in class org.jblas.ComplexFloatMatrix
-
- rsubi(DoubleMatrix, DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Subtract two matrices, but subtract first from second matrix, that is,
compute result = other - this (in-place).
- rsubi(double, DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Subtract a matrix from a scalar (in-place).
- rsubi(DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
(right-)subtract a matrix (in place).
- rsubi(double) - Method in class org.jblas.DoubleMatrix
-
(right-)subtract a scalar (in place).
- rsubi(FloatMatrix, FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Subtract two matrices, but subtract first from second matrix, that is,
compute result = other - this (in-place).
- rsubi(float, FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Subtract a matrix from a scalar (in-place).
- rsubi(FloatMatrix) - Method in class org.jblas.FloatMatrix
-
(right-)subtract a matrix (in place).
- rsubi(float) - Method in class org.jblas.FloatMatrix
-
(right-)subtract a scalar (in place).
- rswap(int, double[], int, int, double[], int, int) - Static method in class org.jblas.JavaBlas
-
Exchange two vectors.
- rswap(int, float[], int, int, float[], int, int) - Static method in class org.jblas.JavaBlas
-
Exchange two vectors.
- rzaxpy(int, double[], int, int, double, double[], int, int, double[], int, int) - Static method in class org.jblas.JavaBlas
-
Computes dz <- dx + dy
- rzaxpy(int, float[], int, int, float, float[], int, int, float[], int, int) - Static method in class org.jblas.JavaBlas
-
Computes dz <- dx + dy
- rzgxpy(int, double[], double[], double[]) - Static method in class org.jblas.JavaBlas
-
- rzgxpy(int, float[], float[], float[]) - Static method in class org.jblas.JavaBlas
-
- sameLength(ComplexDoubleMatrix) - Method in class org.jblas.ComplexDoubleMatrix
-
- sameLength(ComplexFloatMatrix) - Method in class org.jblas.ComplexFloatMatrix
-
- sameLength(DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Checks whether two matrices have the same length.
- sameLength(FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Checks whether two matrices have the same length.
- sameSize(ComplexDoubleMatrix) - Method in class org.jblas.ComplexDoubleMatrix
-
Checks whether two matrices have the same size.
- sameSize(ComplexFloatMatrix) - Method in class org.jblas.ComplexFloatMatrix
-
Checks whether two matrices have the same size.
- sameSize(DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Checks whether two matrices have the same size.
- sameSize(FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Checks whether two matrices have the same size.
- SanityChecks - Class in org.jblas.util
-
Run a few sanity checks on the installation to see whether
everything runs as expected.
- SanityChecks() - Constructor for class org.jblas.util.SanityChecks
-
- sasum(int, float[], int, int) - Static method in class org.jblas.NativeBlas
-
- save(String) - Method in class org.jblas.ComplexDoubleMatrix
-
Saves this matrix to the specified file.
- save(String) - Method in class org.jblas.ComplexFloatMatrix
-
Saves this matrix to the specified file.
- save(String) - Method in class org.jblas.DoubleMatrix
-
Saves this matrix to the specified file.
- save(String) - Method in class org.jblas.FloatMatrix
-
Saves this matrix to the specified file.
- saxpy(int, float, float[], int, int, float[], int, int) - Static method in class org.jblas.NativeBlas
-
- scal(double, DoubleMatrix) - Static method in class org.jblas.SimpleBlas
-
Compute x <- alpha * x (scale a matrix)
- scal(ComplexDouble, ComplexDoubleMatrix) - Static method in class org.jblas.SimpleBlas
-
- scal(float, FloatMatrix) - Static method in class org.jblas.SimpleBlas
-
Compute x <- alpha * x (scale a matrix)
- scal(ComplexFloat, ComplexFloatMatrix) - Static method in class org.jblas.SimpleBlas
-
- scalar(double) - Static method in class org.jblas.ComplexDoubleMatrix
-
Create a 1 * 1 - matrix.
- scalar() - Method in class org.jblas.ComplexDoubleMatrix
-
Return the first element of the matrix
- scalar(float) - Static method in class org.jblas.ComplexFloatMatrix
-
Create a 1 * 1 - matrix.
- scalar() - Method in class org.jblas.ComplexFloatMatrix
-
Return the first element of the matrix
- scalar(double) - Static method in class org.jblas.DoubleMatrix
-
Create a 1-by-1 matrix.
- scalar() - Method in class org.jblas.DoubleMatrix
-
Return the first element of the matrix.
- scalar(float) - Static method in class org.jblas.FloatMatrix
-
Create a 1-by-1 matrix.
- scalar() - Method in class org.jblas.FloatMatrix
-
Return the first element of the matrix.
- scasum(int, float[], int, int) - Static method in class org.jblas.NativeBlas
-
- scnrm2(int, float[], int, int) - Static method in class org.jblas.NativeBlas
-
- scopy(int, float[], int, int, float[], int, int) - Static method in class org.jblas.NativeBlas
-
- sdot(int, float[], int, int, float[], int, int) - Static method in class org.jblas.NativeBlas
-
- seed(long) - Static method in class org.jblas.util.Random
-
- select(DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
- select(FloatMatrix) - Method in class org.jblas.FloatMatrix
-
- selecti(DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
- selecti(FloatMatrix) - Method in class org.jblas.FloatMatrix
-
- set(double, double) - Method in class org.jblas.ComplexDouble
-
- set(float, float) - Method in class org.jblas.ComplexFloat
-
- setLevel(int) - Method in class org.jblas.util.Logger
-
- sgeev(char, char, int, float[], int, int, float[], int, float[], int, float[], int, int, float[], int, int, float[], int, int) - Static method in class org.jblas.NativeBlas
-
- sgeev(char, char, int, float[], int, int, float[], int, float[], int, float[], int, int, float[], int, int) - Static method in class org.jblas.NativeBlas
-
- sgelsd(int, int, int, float[], int, int, float[], int, int, float[], int, float, int[], int, float[], int, int, int[], int) - Static method in class org.jblas.NativeBlas
-
- sgelsd(int, int, int, float[], int, int, float[], int, int, float[], int, float, int[], int, int[], int) - Static method in class org.jblas.NativeBlas
-
- sgemm(char, char, int, int, int, float, float[], int, int, float[], int, int, float, float[], int, int) - Static method in class org.jblas.NativeBlas
-
- sgemv(char, int, int, float, float[], int, int, float[], int, int, float, float[], int, int) - Static method in class org.jblas.NativeBlas
-
- sgeqrf(int, int, float[], int, int, float[], int, float[], int, int) - Static method in class org.jblas.NativeBlas
-
- sgeqrf(int, int, float[], int, int, float[], int) - Static method in class org.jblas.NativeBlas
-
- sger(int, int, float, float[], int, int, float[], int, int, float[], int, int) - Static method in class org.jblas.NativeBlas
-
- sgesv(int, int, float[], int, int, int[], int, float[], int, int) - Static method in class org.jblas.NativeBlas
-
- sgesvd(char, char, int, int, float[], int, int, float[], int, float[], int, int, float[], int, int, float[], int, int) - Static method in class org.jblas.NativeBlas
-
- sgesvd(char, char, int, int, float[], int, int, float[], int, float[], int, int, float[], int, int) - Static method in class org.jblas.NativeBlas
-
- sgetrf(int, int, float[], int, int, int[], int) - Static method in class org.jblas.NativeBlas
-
- signum(DoubleMatrix) - Static method in class org.jblas.MatrixFunctions
-
- signum(double) - Static method in class org.jblas.MatrixFunctions
-
- signum(FloatMatrix) - Static method in class org.jblas.MatrixFunctions
-
- signum(float) - Static method in class org.jblas.MatrixFunctions
-
- signumi(DoubleMatrix) - Static method in class org.jblas.MatrixFunctions
-
- signumi(FloatMatrix) - Static method in class org.jblas.MatrixFunctions
-
- SimpleBlas - Class in org.jblas
-
This class provides a cleaner direct interface to the BLAS routines by
extracting the parameters of the matrices from the matrices itself.
- SimpleBlas() - Constructor for class org.jblas.SimpleBlas
-
- sin(DoubleMatrix) - Static method in class org.jblas.MatrixFunctions
-
- sin(double) - Static method in class org.jblas.MatrixFunctions
-
- sin(FloatMatrix) - Static method in class org.jblas.MatrixFunctions
-
- sin(float) - Static method in class org.jblas.MatrixFunctions
-
- sinc(double) - Static method in class org.jblas.util.Functions
-
- Singular - Class in org.jblas
-
- Singular() - Constructor for class org.jblas.Singular
-
- sinh(DoubleMatrix) - Static method in class org.jblas.MatrixFunctions
-
- sinh(double) - Static method in class org.jblas.MatrixFunctions
-
- sinh(FloatMatrix) - Static method in class org.jblas.MatrixFunctions
-
- sinh(float) - Static method in class org.jblas.MatrixFunctions
-
- sinhi(DoubleMatrix) - Static method in class org.jblas.MatrixFunctions
-
- sinhi(FloatMatrix) - Static method in class org.jblas.MatrixFunctions
-
- sini(DoubleMatrix) - Static method in class org.jblas.MatrixFunctions
-
- sini(FloatMatrix) - Static method in class org.jblas.MatrixFunctions
-
- size() - Method in class org.jblas.DoubleMatrix.ColumnsAsListView
-
- size() - Method in class org.jblas.DoubleMatrix.ElementsAsListView
-
- size() - Method in class org.jblas.DoubleMatrix.RowsAsListView
-
- size() - Method in class org.jblas.FloatMatrix.ColumnsAsListView
-
- size() - Method in class org.jblas.FloatMatrix.ElementsAsListView
-
- size() - Method in class org.jblas.FloatMatrix.RowsAsListView
-
- SizeException - Exception in org.jblas.exceptions
-
- SizeException(String) - Constructor for exception org.jblas.exceptions.SizeException
-
- snrm2(int, float[], int, int) - Static method in class org.jblas.NativeBlas
-
- Solve - Class in org.jblas
-
Solving linear equations.
- Solve() - Constructor for class org.jblas.Solve
-
- solve(DoubleMatrix, DoubleMatrix) - Static method in class org.jblas.Solve
-
Solves the linear equation A*X = B.
- solve(FloatMatrix, FloatMatrix) - Static method in class org.jblas.Solve
-
Solves the linear equation A*X = B.
- solveLeastSquares(DoubleMatrix, DoubleMatrix) - Static method in class org.jblas.Solve
-
Computes the Least Squares solution for over or underdetermined
linear equations A*X = B
In the overdetermined case, when m > n, that is, there are more equations than
variables, it computes the least squares solution of X -> ||A*X - B ||_2.
- solveLeastSquares(FloatMatrix, FloatMatrix) - Static method in class org.jblas.Solve
-
Computes the Least Squares solution for over or underdetermined
linear equations A*X = B
In the overdetermined case, when m > n, that is, there are more equations than
variables, it computes the least squares solution of X -> ||A*X - B ||_2.
- solvePositive(DoubleMatrix, DoubleMatrix) - Static method in class org.jblas.Solve
-
Solves the linear equation A*X = B for symmetric and positive definite A.
- solvePositive(FloatMatrix, FloatMatrix) - Static method in class org.jblas.Solve
-
Solves the linear equation A*X = B for symmetric and positive definite A.
- solveSymmetric(DoubleMatrix, DoubleMatrix) - Static method in class org.jblas.Solve
-
Solves the linear equation A*X = B for symmetric A.
- solveSymmetric(FloatMatrix, FloatMatrix) - Static method in class org.jblas.Solve
-
Solves the linear equation A*X = B for symmetric A.
- sorgqr(int, int, int, float[], int, int, float[], int, float[], int, int) - Static method in class org.jblas.NativeBlas
-
- sorgqr(int, int, int, float[], int, int, float[], int) - Static method in class org.jblas.NativeBlas
-
- sormqr(char, char, int, int, int, float[], int, int, float[], int, float[], int, int, float[], int, int) - Static method in class org.jblas.NativeBlas
-
- sormqr(char, char, int, int, int, float[], int, int, float[], int, float[], int, int) - Static method in class org.jblas.NativeBlas
-
- sort() - Method in class org.jblas.DoubleMatrix
-
Return a new matrix with all elements sorted.
- sort() - Method in class org.jblas.FloatMatrix
-
Return a new matrix with all elements sorted.
- sortColumns() - Method in class org.jblas.DoubleMatrix
-
Sort columns.
- sortColumns() - Method in class org.jblas.FloatMatrix
-
Sort columns.
- sortColumnsi() - Method in class org.jblas.DoubleMatrix
-
Sort columns (in-place).
- sortColumnsi() - Method in class org.jblas.FloatMatrix
-
Sort columns (in-place).
- sorti() - Method in class org.jblas.DoubleMatrix
-
Sort elements in-place.
- sorti() - Method in class org.jblas.FloatMatrix
-
Sort elements in-place.
- sortingPermutation() - Method in class org.jblas.DoubleMatrix
-
Get the sorting permutation.
- sortingPermutation() - Method in class org.jblas.FloatMatrix
-
Get the sorting permutation.
- sortRows() - Method in class org.jblas.DoubleMatrix
-
Sort rows.
- sortRows() - Method in class org.jblas.FloatMatrix
-
Sort rows.
- sortRowsi() - Method in class org.jblas.DoubleMatrix
-
Sort rows (in-place).
- sortRowsi() - Method in class org.jblas.FloatMatrix
-
Sort rows (in-place).
- sparseSVD(DoubleMatrix) - Static method in class org.jblas.Singular
-
Compute a singular-value decomposition of A (sparse variant).
- sparseSVD(ComplexDoubleMatrix) - Static method in class org.jblas.Singular
-
Compute a singular-value decomposition of A (sparse variant).
- sparseSVD(FloatMatrix) - Static method in class org.jblas.Singular
-
Compute a singular-value decomposition of A (sparse variant).
- sparseSVD(ComplexFloatMatrix) - Static method in class org.jblas.Singular
-
Compute a singular-value decomposition of A (sparse variant).
- sposv(char, int, int, float[], int, int, float[], int, int) - Static method in class org.jblas.NativeBlas
-
- spotrf(char, int, float[], int, int) - Static method in class org.jblas.NativeBlas
-
- sqrt() - Method in class org.jblas.ComplexDouble
-
- sqrt() - Method in class org.jblas.ComplexFloat
-
- sqrt(DoubleMatrix) - Static method in class org.jblas.MatrixFunctions
-
- sqrt(double) - Static method in class org.jblas.MatrixFunctions
-
- sqrt(FloatMatrix) - Static method in class org.jblas.MatrixFunctions
-
- sqrt(float) - Static method in class org.jblas.MatrixFunctions
-
- sqrti(DoubleMatrix) - Static method in class org.jblas.MatrixFunctions
-
- sqrti(FloatMatrix) - Static method in class org.jblas.MatrixFunctions
-
- squaredDistance(DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Returns the squared (Euclidean) distance.
- squaredDistance(FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Returns the squared (Euclidean) distance.
- sscal(int, float, float[], int, int) - Static method in class org.jblas.NativeBlas
-
- SSE - Static variable in class org.jblas.util.ArchFlavor
-
- SSE2 - Static variable in class org.jblas.util.ArchFlavor
-
- SSE3 - Static variable in class org.jblas.util.ArchFlavor
-
- SSELevel() - Static method in class org.jblas.util.ArchFlavor
-
- sswap(int, float[], int, int, float[], int, int) - Static method in class org.jblas.NativeBlas
-
- ssyev(char, char, int, float[], int, int, float[], int, float[], int, int) - Static method in class org.jblas.NativeBlas
-
- ssyev(char, char, int, float[], int, int, float[], int) - Static method in class org.jblas.NativeBlas
-
- ssyevd(char, char, int, float[], int, int, float[], int, float[], int, int, int[], int, int) - Static method in class org.jblas.NativeBlas
-
- ssyevd(char, char, int, float[], int, int, float[], int) - Static method in class org.jblas.NativeBlas
-
- ssyevr(char, char, char, int, float[], int, int, float, float, int, int, float, int[], int, float[], int, float[], int, int, int[], int, float[], int, int, int[], int, int) - Static method in class org.jblas.NativeBlas
-
- ssyevr(char, char, char, int, float[], int, int, float, float, int, int, float, int[], int, float[], int, float[], int, int, int[], int) - Static method in class org.jblas.NativeBlas
-
- ssyevx(char, char, char, int, float[], int, int, float, float, int, int, float, int[], int, float[], int, float[], int, int, float[], int, int, int[], int, int[], int) - Static method in class org.jblas.NativeBlas
-
- ssyevx(char, char, char, int, float[], int, int, float, float, int, int, float, int[], int, float[], int, float[], int, int, int[], int, int[], int) - Static method in class org.jblas.NativeBlas
-
- ssygvd(int, char, char, int, float[], int, int, float[], int, int, float[], int, float[], int, int, int[], int, int) - Static method in class org.jblas.NativeBlas
-
- ssygvd(int, char, char, int, float[], int, int, float[], int, int, float[], int) - Static method in class org.jblas.NativeBlas
-
- ssygvx(int, char, char, char, int, float[], int, int, float[], int, int, float, float, int, int, float, int[], int, float[], int, float[], int, int, float[], int, int, int[], int, int[], int) - Static method in class org.jblas.NativeBlas
-
- ssygvx(int, char, char, char, int, float[], int, int, float[], int, int, float, float, int, int, float, int[], int, float[], int, float[], int, int, int[], int, int[], int) - Static method in class org.jblas.NativeBlas
-
- ssysv(char, int, int, float[], int, int, int[], int, float[], int, int, float[], int, int) - Static method in class org.jblas.NativeBlas
-
- ssysv(char, int, int, float[], int, int, int[], int, float[], int, int) - Static method in class org.jblas.NativeBlas
-
- sub(ComplexDouble) - Method in class org.jblas.ComplexDouble
-
Subtract two complex numbers
- sub(double) - Method in class org.jblas.ComplexDouble
-
- sub(ComplexDoubleMatrix) - Method in class org.jblas.ComplexDoubleMatrix
-
- sub(ComplexDouble) - Method in class org.jblas.ComplexDoubleMatrix
-
- sub(double) - Method in class org.jblas.ComplexDoubleMatrix
-
- sub(ComplexFloat) - Method in class org.jblas.ComplexFloat
-
Subtract two complex numbers
- sub(float) - Method in class org.jblas.ComplexFloat
-
- sub(ComplexFloatMatrix) - Method in class org.jblas.ComplexFloatMatrix
-
- sub(ComplexFloat) - Method in class org.jblas.ComplexFloatMatrix
-
- sub(float) - Method in class org.jblas.ComplexFloatMatrix
-
- sub(DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Subtract a matrix.
- sub(double) - Method in class org.jblas.DoubleMatrix
-
Subtract a scalar.
- sub(FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Subtract a matrix.
- sub(float) - Method in class org.jblas.FloatMatrix
-
Subtract a scalar.
- subColumnVector(ComplexDoubleMatrix) - Method in class org.jblas.ComplexDoubleMatrix
-
Add a vector to all columns of the matrix
- subColumnVector(ComplexFloatMatrix) - Method in class org.jblas.ComplexFloatMatrix
-
Add a vector to all columns of the matrix
- subColumnVector(DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Subtract a vector from all columns of the matrix.
- subColumnVector(FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Subtract a vector from all columns of the matrix.
- subi(ComplexDouble, ComplexDouble) - Method in class org.jblas.ComplexDouble
-
Subtract two complex numbers, in-place
- subi(ComplexDouble) - Method in class org.jblas.ComplexDouble
-
- subi(double, ComplexDouble) - Method in class org.jblas.ComplexDouble
-
- subi(double) - Method in class org.jblas.ComplexDouble
-
- subi(ComplexDoubleMatrix, ComplexDoubleMatrix) - Method in class org.jblas.ComplexDoubleMatrix
-
Subtract two matrices.
- subi(ComplexDouble, ComplexDoubleMatrix) - Method in class org.jblas.ComplexDoubleMatrix
-
Subtract a scalar from a matrix
- subi(double, ComplexDoubleMatrix) - Method in class org.jblas.ComplexDoubleMatrix
-
- subi(ComplexDoubleMatrix) - Method in class org.jblas.ComplexDoubleMatrix
-
- subi(ComplexDouble) - Method in class org.jblas.ComplexDoubleMatrix
-
- subi(double) - Method in class org.jblas.ComplexDoubleMatrix
-
- subi(ComplexFloat, ComplexFloat) - Method in class org.jblas.ComplexFloat
-
Subtract two complex numbers, in-place
- subi(ComplexFloat) - Method in class org.jblas.ComplexFloat
-
- subi(float, ComplexFloat) - Method in class org.jblas.ComplexFloat
-
- subi(float) - Method in class org.jblas.ComplexFloat
-
- subi(ComplexFloatMatrix, ComplexFloatMatrix) - Method in class org.jblas.ComplexFloatMatrix
-
Subtract two matrices.
- subi(ComplexFloat, ComplexFloatMatrix) - Method in class org.jblas.ComplexFloatMatrix
-
Subtract a scalar from a matrix
- subi(float, ComplexFloatMatrix) - Method in class org.jblas.ComplexFloatMatrix
-
- subi(ComplexFloatMatrix) - Method in class org.jblas.ComplexFloatMatrix
-
- subi(ComplexFloat) - Method in class org.jblas.ComplexFloatMatrix
-
- subi(float) - Method in class org.jblas.ComplexFloatMatrix
-
- subi(DoubleMatrix, DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Subtract two matrices (in-place).
- subi(double, DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Subtract a scalar from a matrix (in-place).
- subi(DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Subtract a matrix (in place).
- subi(double) - Method in class org.jblas.DoubleMatrix
-
Subtract a scalar (in place).
- subi(FloatMatrix, FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Subtract two matrices (in-place).
- subi(float, FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Subtract a scalar from a matrix (in-place).
- subi(FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Subtract a matrix (in place).
- subi(float) - Method in class org.jblas.FloatMatrix
-
Subtract a scalar (in place).
- subiColumnVector(DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Subtract a column vector from all columns of the matrix (in-place).
- subiColumnVector(FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Subtract a column vector from all columns of the matrix (in-place).
- subiRowVector(DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Subtract a row vector from all rows of the matrix (in-place).
- subiRowVector(FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Subtract a row vector from all rows of the matrix (in-place).
- subRowVector(ComplexDoubleMatrix) - Method in class org.jblas.ComplexDoubleMatrix
-
Add a row vector to all rows of the matrix
- subRowVector(ComplexFloatMatrix) - Method in class org.jblas.ComplexFloatMatrix
-
Add a row vector to all rows of the matrix
- subRowVector(DoubleMatrix) - Method in class org.jblas.DoubleMatrix
-
Subtract a row vector from all rows of the matrix.
- subRowVector(FloatMatrix) - Method in class org.jblas.FloatMatrix
-
Subtract a row vector from all rows of the matrix.
- sum() - Method in class org.jblas.ComplexDoubleMatrix
-
Logical operations
- sum() - Method in class org.jblas.ComplexFloatMatrix
-
Logical operations
- sum() - Method in class org.jblas.DoubleMatrix
-
Computes the sum of all elements of the matrix.
- sum() - Method in class org.jblas.FloatMatrix
-
Computes the sum of all elements of the matrix.
- SVDValues(DoubleMatrix) - Static method in class org.jblas.Singular
-
Compute the singular values of a matrix.
- SVDValues(ComplexDoubleMatrix) - Static method in class org.jblas.Singular
-
Compute the singular values of a complex matrix.
- SVDValues(FloatMatrix) - Static method in class org.jblas.Singular
-
Compute the singular values of a matrix.
- SVDValues(ComplexFloatMatrix) - Static method in class org.jblas.Singular
-
Compute the singular values of a complex matrix.
- swap(DoubleMatrix, DoubleMatrix) - Static method in class org.jblas.SimpleBlas
-
Compute x <-> y (swap two matrices)
- swap(FloatMatrix, FloatMatrix) - Static method in class org.jblas.SimpleBlas
-
Compute x <-> y (swap two matrices)
- swapColumns(int, int) - Method in class org.jblas.ComplexDoubleMatrix
-
- swapColumns(int, int) - Method in class org.jblas.ComplexFloatMatrix
-
- swapColumns(int, int) - Method in class org.jblas.DoubleMatrix
-
Swap two columns of a matrix.
- swapColumns(int, int) - Method in class org.jblas.FloatMatrix
-
Swap two columns of a matrix.
- swapRows(int, int) - Method in class org.jblas.ComplexDoubleMatrix
-
- swapRows(int, int) - Method in class org.jblas.ComplexFloatMatrix
-
- swapRows(int, int) - Method in class org.jblas.DoubleMatrix
-
Swap two rows of a matrix.
- swapRows(int, int) - Method in class org.jblas.FloatMatrix
-
Swap two rows of a matrix.
- syev(char, char, DoubleMatrix, DoubleMatrix) - Static method in class org.jblas.SimpleBlas
-
- syev(char, char, FloatMatrix, FloatMatrix) - Static method in class org.jblas.SimpleBlas
-
- syevd(char, char, DoubleMatrix, DoubleMatrix) - Static method in class org.jblas.SimpleBlas
-
- syevd(char, char, FloatMatrix, FloatMatrix) - Static method in class org.jblas.SimpleBlas
-
- syevr(char, char, char, DoubleMatrix, double, double, int, int, double, DoubleMatrix, DoubleMatrix, int[]) - Static method in class org.jblas.SimpleBlas
-
- syevr(char, char, char, FloatMatrix, float, float, int, int, float, FloatMatrix, FloatMatrix, int[]) - Static method in class org.jblas.SimpleBlas
-
- syevx(char, char, char, DoubleMatrix, double, double, int, int, double, DoubleMatrix, DoubleMatrix) - Static method in class org.jblas.SimpleBlas
-
- syevx(char, char, char, FloatMatrix, float, float, int, int, float, FloatMatrix, FloatMatrix) - Static method in class org.jblas.SimpleBlas
-
- sygvd(int, char, char, DoubleMatrix, DoubleMatrix, DoubleMatrix) - Static method in class org.jblas.SimpleBlas
-
- sygvd(int, char, char, FloatMatrix, FloatMatrix, FloatMatrix) - Static method in class org.jblas.SimpleBlas
-
- sygvx(int, char, char, char, DoubleMatrix, DoubleMatrix, double, double, int, int, double, int[], DoubleMatrix, DoubleMatrix) - Static method in class org.jblas.SimpleBlas
-
- sygvx(int, char, char, char, FloatMatrix, FloatMatrix, float, float, int, int, float, int[], FloatMatrix, FloatMatrix) - Static method in class org.jblas.SimpleBlas
-
- symmetricEigenvalues(DoubleMatrix) - Static method in class org.jblas.Eigen
-
Compute the eigenvalues for a symmetric matrix.
- symmetricEigenvalues(FloatMatrix) - Static method in class org.jblas.Eigen
-
Compute the eigenvalues for a symmetric matrix.
- symmetricEigenvectors(DoubleMatrix) - Static method in class org.jblas.Eigen
-
Computes the eigenvalues and eigenvectors for a symmetric matrix.
- symmetricEigenvectors(FloatMatrix) - Static method in class org.jblas.Eigen
-
Computes the eigenvalues and eigenvectors for a symmetric matrix.
- symmetricGeneralizedEigenvalues(DoubleMatrix, DoubleMatrix) - Static method in class org.jblas.Eigen
-
Compute generalized eigenvalues of the problem A x = L B x.
- symmetricGeneralizedEigenvalues(DoubleMatrix, DoubleMatrix, double, double) - Static method in class org.jblas.Eigen
-
Computes selected eigenvalues of the real generalized symmetric-definite eigenproblem of the form A x = L B x
or, equivalently, (A - L B)x = 0.
- symmetricGeneralizedEigenvalues(DoubleMatrix, DoubleMatrix, int, int) - Static method in class org.jblas.Eigen
-
Computes selected eigenvalues of the real generalized symmetric-definite eigenproblem of the form A x = L B x
or, equivalently, (A - L B)x = 0.
- symmetricGeneralizedEigenvalues(FloatMatrix, FloatMatrix) - Static method in class org.jblas.Eigen
-
Compute generalized eigenvalues of the problem A x = L B x.
- symmetricGeneralizedEigenvalues(FloatMatrix, FloatMatrix, float, float) - Static method in class org.jblas.Eigen
-
Computes selected eigenvalues of the real generalized symmetric-definite eigenproblem of the form A x = L B x
or, equivalently, (A - L B)x = 0.
- symmetricGeneralizedEigenvalues(FloatMatrix, FloatMatrix, int, int) - Static method in class org.jblas.Eigen
-
Computes selected eigenvalues of the real generalized symmetric-definite eigenproblem of the form A x = L B x
or, equivalently, (A - L B)x = 0.
- symmetricGeneralizedEigenvectors(DoubleMatrix, DoubleMatrix) - Static method in class org.jblas.Eigen
-
Solve a general problem A x = L B x.
- symmetricGeneralizedEigenvectors(DoubleMatrix, DoubleMatrix, double, double) - Static method in class org.jblas.Eigen
-
Computes selected eigenvalues and their corresponding eigenvectors of the real generalized symmetric-definite
eigenproblem of the form A x = L B x or, equivalently, (A - L B)x = 0.
- symmetricGeneralizedEigenvectors(DoubleMatrix, DoubleMatrix, int, int) - Static method in class org.jblas.Eigen
-
Computes selected eigenvalues and their corresponding
eigenvectors of the real generalized symmetric-definite
eigenproblem of the form A x = L B x or, equivalently,
(A - L B)x = 0.
- symmetricGeneralizedEigenvectors(FloatMatrix, FloatMatrix) - Static method in class org.jblas.Eigen
-
Solve a general problem A x = L B x.
- symmetricGeneralizedEigenvectors(FloatMatrix, FloatMatrix, float, float) - Static method in class org.jblas.Eigen
-
Computes selected eigenvalues and their corresponding eigenvectors of the real generalized symmetric-definite
eigenproblem of the form A x = L B x or, equivalently, (A - L B)x = 0.
- symmetricGeneralizedEigenvectors(FloatMatrix, FloatMatrix, int, int) - Static method in class org.jblas.Eigen
-
Computes selected eigenvalues and their corresponding
eigenvectors of the real generalized symmetric-definite
eigenproblem of the form A x = L B x or, equivalently,
(A - L B)x = 0.
- sysv(char, DoubleMatrix, int[], DoubleMatrix) - Static method in class org.jblas.SimpleBlas
-
- sysv(char, FloatMatrix, int[], FloatMatrix) - Static method in class org.jblas.SimpleBlas
-
- tan(DoubleMatrix) - Static method in class org.jblas.MatrixFunctions
-
- tan(double) - Static method in class org.jblas.MatrixFunctions
-
- tan(FloatMatrix) - Static method in class org.jblas.MatrixFunctions
-
- tan(float) - Static method in class org.jblas.MatrixFunctions
-
- tanh(DoubleMatrix) - Static method in class org.jblas.MatrixFunctions
-
- tanh(double) - Static method in class org.jblas.MatrixFunctions
-
- tanh(FloatMatrix) - Static method in class org.jblas.MatrixFunctions
-
- tanh(float) - Static method in class org.jblas.MatrixFunctions
-
- tanhi(DoubleMatrix) - Static method in class org.jblas.MatrixFunctions
-
- tanhi(FloatMatrix) - Static method in class org.jblas.MatrixFunctions
-
- tani(DoubleMatrix) - Static method in class org.jblas.MatrixFunctions
-
- tani(FloatMatrix) - Static method in class org.jblas.MatrixFunctions
-
- toArray() - Method in class org.jblas.ComplexDoubleMatrix
-
- toArray() - Method in class org.jblas.ComplexFloatMatrix
-
- toArray() - Method in class org.jblas.DoubleMatrix
-
Converts the matrix to a one-dimensional array of doubles.
- toArray() - Method in class org.jblas.FloatMatrix
-
Converts the matrix to a one-dimensional array of floats.
- toArray2() - Method in class org.jblas.ComplexDoubleMatrix
-
- toArray2() - Method in class org.jblas.ComplexFloatMatrix
-
- toArray2() - Method in class org.jblas.DoubleMatrix
-
Converts the matrix to a two-dimensional array of doubles.
- toArray2() - Method in class org.jblas.FloatMatrix
-
Converts the matrix to a two-dimensional array of floats.
- toBooleanArray() - Method in class org.jblas.ComplexDoubleMatrix
-
- toBooleanArray() - Method in class org.jblas.ComplexFloatMatrix
-
- toBooleanArray() - Method in class org.jblas.DoubleMatrix
-
Convert the matrix to a one-dimensional array of boolean values.
- toBooleanArray() - Method in class org.jblas.FloatMatrix
-
Convert the matrix to a one-dimensional array of boolean values.
- toBooleanArray2() - Method in class org.jblas.ComplexDoubleMatrix
-
- toBooleanArray2() - Method in class org.jblas.ComplexFloatMatrix
-
- toBooleanArray2() - Method in class org.jblas.DoubleMatrix
-
Convert the matrix to a two-dimensional array of boolean values.
- toBooleanArray2() - Method in class org.jblas.FloatMatrix
-
Convert the matrix to a two-dimensional array of boolean values.
- toComplex() - Method in class org.jblas.DoubleMatrix
-
- toComplex() - Method in class org.jblas.FloatMatrix
-
- toDoubleArray() - Method in class org.jblas.ComplexDoubleMatrix
-
- toDoubleArray() - Method in class org.jblas.ComplexFloatMatrix
-
- toFloat() - Method in class org.jblas.DoubleMatrix
-
- toFloat() - Method in class org.jblas.FloatMatrix
-
- toIntArray() - Method in class org.jblas.DoubleMatrix
-
Converts the matrix to a one-dimensional array of integers.
- toIntArray() - Method in class org.jblas.FloatMatrix
-
Converts the matrix to a one-dimensional array of integers.
- toIntArray2() - Method in class org.jblas.DoubleMatrix
-
Convert the matrix to a two-dimensional array of integers.
- toIntArray2() - Method in class org.jblas.FloatMatrix
-
Convert the matrix to a two-dimensional array of integers.
- toString() - Method in class org.jblas.ComplexDouble
-
- toString() - Method in class org.jblas.ComplexDoubleMatrix
-
Generate string representation of this matrix
(multi-line).
- toString() - Method in class org.jblas.ComplexFloat
-
- toString() - Method in class org.jblas.ComplexFloatMatrix
-
Generate string representation of this matrix
(multi-line).
- toString() - Method in class org.jblas.Decompose.LUDecomposition
-
- toString() - Method in class org.jblas.Decompose.QRDecomposition
-
- toString() - Method in class org.jblas.DoubleMatrix
-
Generate string representation of the matrix.
- toString(String) - Method in class org.jblas.DoubleMatrix
-
Generate string representation of the matrix, with specified
format for the entries.
- toString(String, String, String, String, String) - Method in class org.jblas.DoubleMatrix
-
Generate string representation of the matrix, with specified
format for the entries, and delimiters.
- toString() - Method in class org.jblas.FloatMatrix
-
Generate string representation of the matrix.
- toString(String) - Method in class org.jblas.FloatMatrix
-
Generate string representation of the matrix, with specified
format for the entries.
- toString(String, String, String, String, String) - Method in class org.jblas.FloatMatrix
-
Generate string representation of the matrix, with specified
format for the entries, and delimiters.
- toString() - Method in class org.jblas.ranges.AllRange
-
- toString() - Method in class org.jblas.ranges.IntervalRange
-
- toString() - Method in class org.jblas.ranges.PointRange
-
- transpose() - Method in class org.jblas.ComplexDoubleMatrix
-
Return transposed copy of this matrix
- transpose() - Method in class org.jblas.ComplexFloatMatrix
-
Return transposed copy of this matrix
- transpose() - Method in class org.jblas.DoubleMatrix
-
Return transposed copy of this matrix.
- transpose() - Method in class org.jblas.FloatMatrix
-
Return transposed copy of this matrix.
- Trigonometry - Class in org.jblas
-
Container for trigonometric functions on vectors and matrices.
- Trigonometry() - Constructor for class org.jblas.Trigonometry
-
- truth() - Method in class org.jblas.ComplexDoubleMatrix
-
- truth() - Method in class org.jblas.ComplexFloatMatrix
-
- truth() - Method in class org.jblas.DoubleMatrix
-
Maps zero to 0.0 and all non-zero values to 1.0.
- truth() - Method in class org.jblas.FloatMatrix
-
Maps zero to 0.0f and all non-zero values to 1.0f.
- truthi() - Method in class org.jblas.ComplexDoubleMatrix
-
- truthi() - Method in class org.jblas.ComplexFloatMatrix
-
- truthi() - Method in class org.jblas.DoubleMatrix
-
Maps zero to 0.0 and all non-zero values to 1.0 (in-place).
- truthi() - Method in class org.jblas.FloatMatrix
-
Maps zero to 0.0f and all non-zero values to 1.0f (in-place).