class ValMatrix


継承:


public メンバ関数
[more] ITK_DEF_ACCESS(Int & sizeM(), { return sizeM_ ; })
[more] ITK_DEF_ACCESS(Val & val(const Int & i, const Int & j), { return val(i)[j] ; })
[more] ValMatrix()
constructor
[more]void alloc(Int n = 0, Int m = 0)
allocation
[more]ValMatrix& operator=(const ValMatrix & src)
[more]ValMatrix& operator+=(const ValMatrix & src)
[more]ValMatrix& operator-=(const ValMatrix & src)
[more]ValMatrix& set(const Val & v)
[more]ValMatrix& set(const ValMatrix & v)
[more]ValMatrix& setZero()
[more]ValMatrix& setDiag(const Val & v, Bool cleanp = True)
[more]ValMatrix& setTrans(const ValMatrix & v)
[more]ValMatrix& setMul(const ValMatrix & w1, const ValMatrix & w2)
[more]ValMatrix& inc(const ValMatrix & src)
[more]ValMatrix& dec(const ValMatrix & src)
[more]ValMatrix& incMul(const ValMatrix & w1, const ValMatrix & w2, const Bool clearp = False)
[more]ValMatrix& decMul(const ValMatrix & w1, const ValMatrix & w2, const Bool clearp = False)
[more]void showElements(ostream & ostr) const
[more]virtual void describeShortBody(ostream & ostr) const
[more]virtual void describeDetail(ostream & ostr) const


文書

o ITK_DEF_ACCESS(Int & sizeM(), { return sizeM_ ; })

o ITK_DEF_ACCESS(Val & val(const Int & i, const Int & j), { return val(i)[j] ; })

o ValMatrix()
constructor

ovoid alloc(Int n = 0, Int m = 0)
allocation

oValMatrix& operator=(const ValMatrix & src)

oValMatrix& operator+=(const ValMatrix & src)

oValMatrix& operator-=(const ValMatrix & src)

oValMatrix& set(const Val & v)

oValMatrix& set(const ValMatrix & v)

oValMatrix& setZero()

oValMatrix& setDiag(const Val & v, Bool cleanp = True)

oValMatrix& setTrans(const ValMatrix & v)

oValMatrix& setMul(const ValMatrix & w1, const ValMatrix & w2)

oValMatrix& inc(const ValMatrix & src)

oValMatrix& dec(const ValMatrix & src)

oValMatrix& incMul(const ValMatrix & w1, const ValMatrix & w2, const Bool clearp = False)

oValMatrix& decMul(const ValMatrix & w1, const ValMatrix & w2, const Bool clearp = False)

ovoid showElements(ostream & ostr) const

ovirtual void describeShortBody(ostream & ostr) const

ovirtual void describeDetail(ostream & ostr) const


このクラスには、子クラスは存在しない

Alphabetic index HTML クラス階層 or Java



This page was generated with the help of DOC++.