Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
xerus
xerus
Commits
79d1a033
Commit
79d1a033
authored
Jun 11, 2017
by
Ben Huber
Browse files
cleanup: move external lapacke header to 3rdParty folder
parent
f39f0d2b
Pipeline
#762
passed with stages
in 8 minutes and 31 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
doc/jekyll/_includes/examples/cascade.cpp
View file @
79d1a033
...
...
@@ -5,7 +5,7 @@
using
namespace
xerus
;
const
size_t
MAX_NUM_PER_SITE
=
64
;
const
size_t
MAX_NUM_PER_SITE
=
32
;
Tensor
create_M
()
{
Tensor
M
=
-
1
*
Tensor
::
identity
({
MAX_NUM_PER_SITE
,
MAX_NUM_PER_SITE
});
...
...
doc/jekyll/_includes/examples/cascade.py
View file @
79d1a033
import
xerus
as
xe
MAX_NUM_PER_SITE
=
64
MAX_NUM_PER_SITE
=
32
def
create_M
():
M
=
-
1
*
xe
.
Tensor
.
identity
([
MAX_NUM_PER_SITE
,
MAX_NUM_PER_SITE
])
...
...
doc/jekyll/_posts/1000-10-10-cascade.md
View file @
79d1a033
...
...
@@ -20,11 +20,11 @@ represented in our sourcecode as
__
tabsStart
~~~
cpp
const
size_t
MAX_NUM_PER_SITE
=
64
;
const
size_t
MAX_NUM_PER_SITE
=
32
;
~~~
__
tabsMid
~~~
py
MAX_NUM_PER_SITE
=
64
MAX_NUM_PER_SITE
=
32
~~~
__
tabsEnd
...
...
include/xerus/
misc
/lapack.h
→
include/xerus/
3rdParty
/lapack.h
View file @
79d1a033
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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