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

◆ with() [1/2]

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

Create a fluent executor for chaining operations.

Template Parameters
StartTypeInitial data type
Parameters
inputInitial input data
Returns
FluentExecutor for this matrix

Definition at line 345 of file ComputeMatrix.hpp.

346 {
347 return FluentExecutor<ComputeMatrix, StartType>(shared_from_this(), input);
348 }