org.mklab.tool.matrix
クラス Vchop
java.lang.Object
org.mklab.tool.matrix.Vchop
public class Vchop
- extends Object
長いベクトルを複数のベクトルに分割するクラスです。
Chop a vector to some vectors
- バージョン:
- $Revision: 1.7 $
- 作成者:
- koga
- 関連項目:
Vconnect
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Vchop
public Vchop()
vchop
public static List<Matrix> vchop(Matrix X,
List<IntMatrix> statesIndex)
- 与えられた指数に応じて、長い状態ベクトルをいくつかの 状態に分割します。
Chop a long state vector to some states vectors according to the given list of index.
- パラメータ:
X
- ベクトルstatesIndex
- 各ベクトルの大きさのリスト
- 戻り値:
- 分割したベクトルのリスト (choped vectors)