NAG Library Manual, Mark 31.1
Interfaces: FL CL CPP AD

NAG CPP Interface Introduction
Namespace: nagcpp
Namespace: dummy
Class: DummyMatrixDataContainer

NAG CPP Interface
dummy::DummyMatrixDataContainer


NAG Library Manual, Mark 31.1
Interfaces: FL CL CPP AD

NAG CPP Interface Introduction
Namespace: nagcpp
Namespace: dummy
Class: DummyMatrixDataContainer

Contents


Copyright NAG 2024

CPP Name Style:



 class DummyMatrixDataContainer

1 Description

This class does not exist. It is here purely to describe what methods a custom data container, holding a m×ばつn matrix, must implement in order to be used as an argument to functions in the NAG CPP Interface.
An example of a class implementing these methods can be seen in examples/include/nag_my_matrix.hpp.
An example of a generic class for a data container that can be used to hold either a vector, matrix or table, can be seen in examples/include/nag_my_data.hpp.

2 Variables

None.

3 Methods

void function DummyMatrixDataContainer::resize(ISIZE n1, ISIZE n2)
template <OSIZE>
template <OSIZE>
template <DT>
template <DT>
const DT* DummyMatrixDataContainer::data() const

Copyright NAG 2024

AltStyle によって変換されたページ (->オリジナル) /