|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.mklab.nfc.matrix.misc.DiagonalMatrix
public class DiagonalMatrix
対角行列を生成するクラスです。
Diagonal matrix
コンストラクタの概要 | |
---|---|
DiagonalMatrix()
|
メソッドの概要 | ||
---|---|---|
static DoubleMatrix |
create(double... elements)
対角行列を生成します。 |
|
static
|
create(E... elements)
対角行列を生成します。 |
|
static IntMatrix |
create(int... elements)
対角行列を生成します。 |
|
static Matrix |
create(Matrix... matrices)
対角ブロック行列を生成します。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public DiagonalMatrix()
メソッドの詳細 |
---|
public static DoubleMatrix create(double... elements)
elements
- 対角成分
public static IntMatrix create(int... elements)
elements
- 対角成分
public static <E extends Scalar<E>> BaseMatrix<?,E> create(E... elements)
E
- 成分の型elements
- 対角成分
public static Matrix create(Matrix... matrices)
matrices
- 対角ブロック行列
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |