JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
mikera.arrayz
Interface ISparse
All Known Implementing Classes:
ADiagonalMatrix
,
ASparseVector
,
AxisVector
,
DiagonalMatrix
,
IdentityMatrix
,
PermutationMatrix
,
QuadtreeMatrix
,
ScalarMatrix
,
SingleElementVector
,
SparseIndexedVector
,
SubsetMatrix
,
ZeroVector
public interface
ISparse
Marker interface for sparse arrays. Good hint that array can be used to drive calculations more efficiently. A sparse array will use space than the total implied by its elements, assuming a sufficient number are non-zero
Author:
Mike
Method Summary
Methods
Modifier and Type
Method and Description
double
density
()
Computes the density ratio of this sparse array (proportion of non-zero elements)
Method Detail
density
double density()
Computes the density ratio of this sparse array (proportion of non-zero elements)
Returns:
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Copyright © 2013. All Rights Reserved.