Parent Directory
|
Revision Log
|
Patch
revision 799 by bcumming, Wed Jul 26 23:12:34 2006 UTC | revision 800 by gross, Tue Aug 8 11:23:18 2006 UTC | |
---|---|---|
# | Line 835 class Data { | Line 835 class Data { |
835 | */ | */ |
836 | ESCRIPT_DLL_API | ESCRIPT_DLL_API |
837 | Data | Data |
838 | matrixtrace(int axis_offset) const; | trace(int axis_offset) const; |
839 | ||
840 | /** | /** |
841 | \brief | \brief |
# | Line 871 class Data { | Line 871 class Data { |
871 | ||
872 | /** | /** |
873 | \brief | \brief |
874 | Calculate the trace of each data point of this Data object. | swaps the components axis_offset and axis_offset+1 |
875 | * | * |
876 | */ | */ |
877 | ESCRIPT_DLL_API | ESCRIPT_DLL_API |
878 | Data | Data |
879 | trace() const; | swap(int axis_offset) const; |
880 | ||
881 | /** | /** |
882 | \brief | \brief |
|
ViewVC Help | |
Powered by ViewVC 1.1.26 |