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) -> voidoperator()(const buffer_type & func, const shape_type & shape, scalar_type delta, int dimension, buffer_type & result) -> voidsolve(const buffer_type & func, const shape_type & shape, scalar_type delta, int dimension, buffer_type & result) -> voidcontext(Context * rhs) -> voidvirtual