Package | Description |
---|---|
org.la4j | |
org.la4j.operation | |
org.la4j.vector |
Modifier and Type | Method and Description |
---|---|
abstract <T> T |
Vector.apply(VectorOperation<T> operation)
Pipes this vector to a given
operation . |
Modifier and Type | Class and Description |
---|---|
class |
CommonVectorOperation<R> |
Modifier and Type | Method and Description |
---|---|
VectorOperation<R> |
MatrixVectorOperation.partiallyApply(ColumnMajorSparseMatrix a) |
VectorOperation<R> |
MatrixVectorOperation.partiallyApply(DenseMatrix a) |
VectorOperation<R> |
VectorVectorOperation.partiallyApply(DenseVector a) |
VectorOperation<R> |
MatrixVectorOperation.partiallyApply(RowMajorSparseMatrix a) |
VectorOperation<R> |
VectorVectorOperation.partiallyApply(SparseVector a) |
Modifier and Type | Method and Description |
---|---|
<T> T |
SparseVector.apply(VectorOperation<T> operation) |
<T> T |
DenseVector.apply(VectorOperation<T> operation) |
Copyright © 2015. All rights reserved.