コード例 #1
0
	inline subvector_type theta_acc_ref()
	{
	return data.subvec(0,2);
	}
コード例 #2
0
	inline subvector_type subvec(const arma::uword n,const arma::uword m)
	{
		return data.subvec(n,m);
	}
コード例 #3
0
	inline const subvector_type theta_acc_ref() const
	{
	return data.subvec(0,2);
	}