org.apache.commons.math.linear
Interface SparseRealVector

All Superinterfaces:
RealVector
All Known Implementing Classes:
OpenMapRealVector

public interface SparseRealVector
extends RealVector

Marker interface for RealVectors that require sparse backing storage

Since:
2.0
Version:
$Revision: 799857 $ $Date: 2009-08-01 09:07:12 -0400 (Sat, 01 Aug 2009) $

Method Summary
 
Methods inherited from interface org.apache.commons.math.linear.RealVector
add, add, append, append, append, copy, dotProduct, dotProduct, ebeDivide, ebeDivide, ebeMultiply, ebeMultiply, getData, getDimension, getDistance, getDistance, getEntry, getL1Distance, getL1Distance, getL1Norm, getLInfDistance, getLInfDistance, getLInfNorm, getNorm, getSubVector, isInfinite, isNaN, mapAbs, mapAbsToSelf, mapAcos, mapAcosToSelf, mapAdd, mapAddToSelf, mapAsin, mapAsinToSelf, mapAtan, mapAtanToSelf, mapCbrt, mapCbrtToSelf, mapCeil, mapCeilToSelf, mapCos, mapCosh, mapCoshToSelf, mapCosToSelf, mapDivide, mapDivideToSelf, mapExp, mapExpm1, mapExpm1ToSelf, mapExpToSelf, mapFloor, mapFloorToSelf, mapInv, mapInvToSelf, mapLog, mapLog10, mapLog10ToSelf, mapLog1p, mapLog1pToSelf, mapLogToSelf, mapMultiply, mapMultiplyToSelf, mapPow, mapPowToSelf, mapRint, mapRintToSelf, mapSignum, mapSignumToSelf, mapSin, mapSinh, mapSinhToSelf, mapSinToSelf, mapSqrt, mapSqrtToSelf, mapSubtract, mapSubtractToSelf, mapTan, mapTanh, mapTanhToSelf, mapTanToSelf, mapUlp, mapUlpToSelf, outerProduct, outerProduct, projection, projection, set, setEntry, setSubVector, setSubVector, subtract, subtract, toArray, unitize, unitVector
 



Copyright © 2003-2010 Apache Software Foundation. All Rights Reserved.