Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stack Of Tasks
eigenpy
Commits
046a1d8a
Verified
Commit
046a1d8a
authored
Jul 30, 2021
by
Justin Carpentier
Browse files
register: handle fill
parent
23a6eea4
Changes
1
Show whitespace changes
Inline
Side-by-side
src/register.cpp
View file @
046a1d8a
...
...
@@ -43,6 +43,7 @@ namespace eigenpy
PyArray_CopySwapFunc
*
copyswap
,
PyArray_CopySwapNFunc
*
copyswapn
,
PyArray_DotFunc
*
dotfunc
,
PyArray_FillFunc
*
fill
,
PyArray_FillWithScalarFunc
*
fillwithscalar
)
{
namespace
bp
=
boost
::
python
;
...
...
@@ -82,6 +83,7 @@ namespace eigenpy
funcs
.
copyswap
=
copyswap
;
funcs
.
copyswapn
=
copyswapn
;
funcs
.
dotfunc
=
dotfunc
;
funcs
.
fill
=
fill
;
funcs
.
fillwithscalar
=
fillwithscalar
;
// f->cast = cast;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment