Skip to content

Commit

Permalink
Remove lend from batch documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tcojean committed Nov 10, 2023
1 parent c566633 commit 83c65d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/ginkgo/core/base/batch_lin_op.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ class BatchLinOp : public EnableAbstractPolymorphicObject<BatchLinOp> {
* // create a batch linear operator which represents the solver
* auto batch_cg = batch_cg_factory->generate(A);
* // solve the system
* batch_cg->apply(gko::lend(batch_b), gko::lend(batch_x));
* batch_cg->apply(batch_b, batch_x);
* ```
*
* @ingroup BatchLinOp
Expand Down

0 comments on commit 83c65d8

Please sign in to comment.