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
,
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.
Author:
Mike
Method Summary
Methods
Modifier and Type
Method and Description
double
density
()
Computes the density ratio of this sparse array
Method Detail
density
double density()
Computes the density ratio of this sparse array
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.