|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CreatorDoubleCalculations
Method Summary | |
---|---|
Matrix |
eye(Calculation.Ret ret)
Returns a matrix with ones at the diagonal. |
Matrix |
ones(Calculation.Ret ret)
Returns a matrix with equal size, where all entries are set to 1.0. |
Matrix |
rand(Calculation.Ret ret)
Returns a matrix with equal size, where all entries are set to uniform random values between 0.0 and 1.0. |
Matrix |
randn(Calculation.Ret ret)
Returns a matrix with equal size, where all entries are set to random values which are normally distributed with 0.0 mean and 1.0 standard deviation. |
Matrix |
zeros(Calculation.Ret ret)
Returns a matrix with equal size, where all entries are set to zero. |
Method Detail |
---|
Matrix zeros(Calculation.Ret ret) throws MatrixException
MatrixException
Matrix ones(Calculation.Ret ret) throws MatrixException
MatrixException
Matrix rand(Calculation.Ret ret) throws MatrixException
MatrixException
Matrix randn(Calculation.Ret ret) throws MatrixException
MatrixException
Matrix eye(Calculation.Ret ret) throws MatrixException
MatrixException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |