Package org.la4j.operation
Class CommonVectorOperation<R>
- java.lang.Object
-
- org.la4j.operation.VectorOperation<R>
-
- org.la4j.operation.CommonVectorOperation<R>
-
public abstract class CommonVectorOperation<R> extends VectorOperation<R>
-
-
Constructor Summary
Constructors Constructor Description CommonVectorOperation()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description R
apply(DenseVector a)
R
apply(SparseVector a)
(package private) abstract R
applyCommon(Vector a)
-
Methods inherited from class org.la4j.operation.VectorOperation
ensureApplicableTo
-
-
-
-
Method Detail
-
apply
public R apply(SparseVector a)
- Specified by:
apply
in classVectorOperation<R>
-
apply
public R apply(DenseVector a)
- Specified by:
apply
in classVectorOperation<R>
-
-