Uses of Class
org.ojalgo.array.Array1D
Packages that use Array1D
Package
Description
-
Uses of Array1D in org.ojalgo.array
Methods in org.ojalgo.array that return Array1DModifier and TypeMethodDescriptionArray1D.build()Array2D.flatten()Flattens this two dimensional array to a one dimensional array.ArrayAnyD.flatten()Flattens this abitrary dimensional array to a one dimensional array.Array1D.Factory.make(int size) Array1D.Factory.make(long count) Array1D.Factory.makeFilled(long count, NullaryFunction<?> supplier) Array1D.Factory.newDenseBuilder(long count) Array1D.Factory.newSparseBuilder(long count) ArrayAnyD.reduce(int dimension, Aggregator aggregator) Array2D.reduceColumns(Aggregator aggregator) Array2D.reduceRows(Aggregator aggregator) Array2D.sliceColumn(long col) Array2D.sliceColumn(long row, long col) Array2D.sliceDiagonal(long row, long col) Array1D.sliceRange(long first, long limit) Array2D.sliceRange(long first, long limit) ArrayAnyD.sliceRange(long first, long limit) Array2D.sliceRow(long row) Array2D.sliceRow(long row, long col) ArrayAnyD.sliceSet(long[] initial, int dimension) Array1D.subList(int first, int limit) Array1D.Factory.wrap(BasicArray<N> array) BasicArray.wrapInArray1D()A utility facade that conveniently/consistently presents the BasicArray as a one-dimensional array.Methods in org.ojalgo.array that return types with arguments of type Array1D -
Uses of Array1D in org.ojalgo.matrix.decomposition
Methods in org.ojalgo.matrix.decomposition that return Array1DModifier and TypeMethodDescriptionDecompositionStore.computeInPlaceSchur(PhysicalStore<N> transformationCollector, boolean eigenvalue) Eigenvalue.getEigenvalues()Even for real matrices the eigenvalues (and eigenvectors) are potentially complex numbers.SingularValue.getSingularValues()DecompositionStore.sliceColumn(long col) DecompositionStore.sliceColumn(long row, long col) DecompositionStore.sliceDiagonal(long row, long col) DecompositionStore.sliceRange(long first, long limit) DecompositionStore.sliceRow(long row) DecompositionStore.sliceRow(long row, long col) -
Uses of Array1D in org.ojalgo.matrix.store
Methods in org.ojalgo.matrix.store that return Array1DModifier and TypeMethodDescriptionGenericStore.asList()R032Store.asList()R064Store.asList()GenericStore.computeInPlaceSchur(PhysicalStore<N> transformationCollector, boolean eigenvalue) R064Store.computeInPlaceSchur(PhysicalStore<Double> transformationCollector, boolean eigenvalue) GenericStore.sliceColumn(long row, long col) R032Store.sliceColumn(long col) R032Store.sliceColumn(long row, long col) R064Store.sliceColumn(long row, long col) GenericStore.sliceDiagonal(long row, long col) R032Store.sliceDiagonal(long row, long col) R064Store.sliceDiagonal(long row, long col) GenericStore.sliceRange(long first, long limit) R064Store.sliceRange(long first, long limit) GenericStore.sliceRow(long row, long col) R032Store.sliceRow(long row) R032Store.sliceRow(long row, long col) R064Store.sliceRow(long row, long col) -
Uses of Array1D in org.ojalgo.random
Methods in org.ojalgo.random that return Array1DModifier and TypeMethodDescriptionNormal1D.doubleValue()Distribution1D.getExpected()Normal1D.getExpected()Distribution1D.getStandardDeviation()Normal1D.getStandardDeviation()Distribution1D.getVariance()Random1D.nextDouble()An array of correlated random numbers, provided that you gave a correlations matrix to the constructor.Random1D.nextGaussian()An array of correlated random numbers, provided that you gave a correlations matrix to the constructor. -
Uses of Array1D in org.ojalgo.random.process
Methods in org.ojalgo.random.process that return Array1D