Base classes
Types
using shape_type = vtb::core::Vector< int, N >
using buffer_type = Buffer< T >
using scalar_type = T
Methods
context() -> const Context *
context() -> Context *
context(Context * rhs) -> void
operator()(const buffer_type & func, const shape_type & shape, scalar_type delta, int dimension, buffer_type & result) -> void
solve(const buffer_type & func, const shape_type & shape, scalar_type delta, int dimension, buffer_type & result) -> void
context(Context * rhs) -> voidvirtual