Interface | Description |
---|---|
ScalarOp |
A scalar op over an ndarray (iterates through the whole ndarray for an aggregate result)
|
Class | Description |
---|---|
BaseScalarOp |
Abstract class for scalar operations
|
ComplexOps |
Scalar ops for complex ndarrays
|
Max | |
Mean | |
Min | |
Norm1 |
Overall norm1 of an ndarray
|
Norm2 |
Overall norm2 of an ndarray
|
NormMax |
Over all normmax of an ndarray
|
Prod |
Prod operator
|
StandardDeviation |
Return the overall standard deviation of an ndarray
|
Sum |
Sum over an ndarray
|
Variance |
Return the variance of an ndarray
|
Copyright © 2014. All Rights Reserved.