MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ with() [2/4]

template<ComputeData StartType>
FluentExecutor< ComputeMatrix, StartType > MayaFlux::Yantra::ComputeMatrix::with ( const StartType &  input)
inline

Definition at line 347 of file ComputeMatrix.hpp.

348 {
349 return with(Datum<StartType>(input));
350 }
FluentExecutor< ComputeMatrix, StartType > with(const Datum< StartType > &input)
Create a fluent executor for chaining operations.