00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00016
00017
00018
00019 class op_chol
00020 {
00021 public:
00022
00023 template<typename T1>
00024 inline static void apply(Mat<typename T1::elem_type>& out, const Op<T1,op_chol>& X);
00025
00026 };
00027
00028
00029