- Detail:
- Field |
- Constr |
- Method
- java.lang.Object
-
- cern.colt.PersistentObject
-
- cern.colt.matrix.impl.AbstractMatrix
-
- cern.colt.matrix.impl.AbstractMatrix1D
-
- cern.colt.matrix.DoubleMatrix1D
-
- cern.colt.matrix.impl.DenseDoubleMatrix1D
-
-
- All Implemented Interfaces:
- Serializable, Cloneable
public class Vector
extends cern.colt.matrix.impl.DenseDoubleMatrix1D
Wrapper class for a vector.
Created on July 04, 2006
- Author:
- Christina Bohk, Roland Ewald
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class cern.colt.matrix.impl.DenseDoubleMatrix1D
elements
-
Fields inherited from class cern.colt.matrix.impl.AbstractMatrix1D
size, stride, zero
-
Fields inherited from class cern.colt.matrix.impl.AbstractMatrix
isNoView
-
Constructor Summary
Constructors
Constructor and Description |
Vector(double[] values)
Standard constructor.
|
-
Method Summary
-
Methods inherited from class cern.colt.matrix.impl.DenseDoubleMatrix1D
assign, assign, assign, assign, assign, cardinality, getQuick, haveSharedCellsRaw, index, like, like2D, setQuick, swap, toArray, viewSelectionLike, zDotProduct, zSum
-
Methods inherited from class cern.colt.matrix.DoubleMatrix1D
aggregate, aggregate, assign, cardinality, copy, equals, equals, get, getContent, getNonZeros, getNonZeros, haveSharedCells, like, set, toArray, toString, view, viewFlip, viewPart, viewSelection, viewSelection, viewSorted, viewStrides, zDotProduct, zDotProduct, zDotProduct
-
Methods inherited from class cern.colt.matrix.impl.AbstractMatrix1D
_offset, _rank, checkIndex, checkIndexes, checkRange, checkSize, checkSize, setUp, setUp, size, stride, toStringShort, vFlip, vPart, vStrides
-
Methods inherited from class cern.colt.matrix.impl.AbstractMatrix
ensureCapacity, isView, trimToSize
-
Methods inherited from class cern.colt.PersistentObject
clone
- Detail:
- Field |
- Constr |
- Method
Copyright © 2013. All Rights Reserved.