-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error while installing peer #15
Open
ghost
wants to merge
192
commits into
mz2:master
Choose a base branch
from
PMBio:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… the project root
…emoved other man pages.
… peer directory each time a build attempt is made.
…ed to be undocumented.
… the build version earlier)
…*features to avoid having to copy large data files into peer-specific format. adds --tranpose and --row_names flag that affect the pheno data
let peertool accept data that's features by samples in addition to current samples by features.
Hello,
thank you for the report. Ricard (cc-d) has folded PEER into the
multi-omics factor analysis (MOFA) framework as described below - we
recommend using this going forward, as it is properly supported, and it may
resolve your issues.
Leo
From Ricard:
Running MOFA (https://github.com/bioFAM/MOFA2) with one view is
effectively PEER. We have also added functionalities and visualisations to
interpret the factors before regressing them out for eQTL mapping or any
other downstream analysis.
I’ve built a wrapper here:
https://github.com/bioFAM/PEER
Let me know if you have any questions. We have a Slack channel where I
provide individualised help. The link is in the MOFA2 github.
We have not made the official release yet as we would like to get some
feedback how this is working and how intuitive this is. Please let me know
about your experience
Best,
Ricard.
…On Thu, Nov 11, 2021 at 8:45 PM ketkijoshi278 ***@***.***> wrote:
Hello,
I tried to use command cmake ./..
But its giving error.
The error:
File "", line 1
from distutils import sysconfig; print sysconfig.get_python_lib()
^
SyntaxError: invalid syntax
CMake Error at python/CMakeLists.txt:49 (if):
if given arguments:
"(" "NOT" "EXISTS" "File \"<string>\", line 1
from distutils import sysconfig" " print sysconfig.get_python_inc()
^
SyntaxError: invalid syntax" ")"
Unknown arguments specified
-- Configuring incomplete, errors occurred!
Can anyone please help me out with this?
Thank you
------------------------------
You can view, comment on, or merge this pull request online at:
#15
Commit Summary
- Build alglib and peerlib with CMake
<4075e0c>
- Merge branch 'master' of github.com:mz2/peer into cmake
<516c5d2>
- Closer to getting there with the Peer python bindings
<5ff4a37>
- Edits to the master CMakeLists.txt
<241864c>
- Modifications to the Python package CMakeLists.txt
<dc5e2cf>
- Added -I../Include in header search path
<ef8a01e>
- The peer python package now compiles fine with CMake.
<2e17536>
- Merge branch 'master' of github.com:mz2/peer into cmake
<16651b7>
- Added a CMake rule for the peer R package
<307d1ca>
- Added the scaffold for a peer R package
<ba5a5fc>
- Cleaned up the constants needed for building to the CMakeLists.txt
in the project root
<20778e3>
- test commit
<ddcff4a>
- Some R package related changes
<01ebcec>
- Merge branch 'cmake' of github.com:PMBio/peer into cmake
<37b225c>
- killed test
<970f28a>
- Moved the Python and R header and lib paths to the root level
CMakeLists.txt
<9b6972f>
- Merge branch 'cmake' of github.com:PMBio/peer into cmake
<c226e40>
- Fixed the typo in python lib path
<46aa221>
- Changed the Python package name from peerpython to peer
<5c32c3c>
- up
<ac13d06>
- Merge branch 'cmake' of github.com:PMBio/peer into cmake
<29a78e2>
- Fooled around a bit more with the numpy include path
<279d076>
- Renamed the R library from peerr to peer
<769d3d9>
- Got the R package building with fixed paths
<7829d01>
- Added the R package scaffold into the repository
<2e2def8>
- Made the header and library search paths relative to peer/src
<71906dc>
- merge conflict resolved
<ccdae3f>
- Copy libpeerlib to system prefix
<9f22c52>
- Fixed the type with peerlib library search in src/Makevars
<b61d2a4>
- Merge branch 'cmake' of github.com:PMBio/peer into cmake
<479409b>
- python interface edits
<01de2a1>
- Fixed another typo
<0b34064>
- Merge branch 'cmake' of github.com:PMBio/peer into cmake
<f6c386f>
- Link alglib statically into the R package dynlib
<b05e0bf>
- Added the .First.lib func to the R package
<17935f3>
- test
<ffc2da8>
- Merge branch 'cmake' of github.com:PMBio/peer into cmake
<e95c7b2>
- edits: python build system
<04ac958>
- Added the 'peerutil' executable target to src/CMakeLists.txt
<2f9838c>
- Added the 'peerutil' executable target to src/CMakeLists.txt
<c09de1a>
- fixed the python build and added documentation
<2f652b9>
- edidts
<5b25b15>
- fixed update bugs, reduced memory use
<64cb065>
- bugfixed pyton_inst_dir variable
<8be0747>
- Reset the master branch
<91d3ae3>
- Removed the accidentally added build dir
<9f4f291>
- Disabled installing libpeer
<e0eeb78>
- Added FindRInterpWhich.cmake based on Oli's FindPythonInterpWhich
<9df9580>
- added command line parsing, started standalone, docs
<f4af695>
- Added a CSV parser
<815a198>
- Removed the .svn dir from under csv_parser
<be10591>
- Added csv_parser dependency to peerutil target
<c94e395>
- Added csv_parser static lib target. Added logging header imports to
all source code files in src. Made logging configuration functional
<6248f6a>
- added R finder
<9c39f03>
- updates
<5dd0ad5>
- individual prior parameter getters/setters
<f8bdcf6>
- added command line parsing, io
<a70e79c>
- added examples
<e5e49fb>
- Added yaml-cpp to the project and specifically to the peerutil target
<bbf2b2d>
- Removed the accidentally added yaml-cpp/build from repo
<e5f7c29>
- Merge branch 'master' of github.com:PMBio/peer
<d91bc3a>
- Fixed peerutil target compilation with the commandline parsing
included
<c48aa25>
- Added conditional for PEER_R_PACKAGE to top-level CMakeLists.txt
<932ba2a>
- Compile everything as intel 32-bit/64-bit universal binaries on OS X
<0a9af49>
- Fixed the R package compilation
<ed2a757>
- Added a post-build phase for copying the R package scaffold over
<54fec29>
- Added a copy post-build command that copies the peerR_wrap.cpp over
<dddadc5>
- Fixed Makevars references so they point at the right place inside
the build
<26c419c>
- Attempted to add a preinstall command that installs the R package
<4dd7533>
- Fixed the CMakeLists and accidentally copied Makevars
<0b206c9>
- added R by default
<572b19c>
- edits to findR scripts
<cd4476d>
- added commandline tutorial
<086e42b>
- removed double dependencies
<ffd77f6>
- updated project file
<4163c1c>
- updated project file
<962cd8c>
- removed old files
<78d6978>
- altered findR.cmake to allow for user-specified paths on all settings
<dbbcf99>
- Fixed the post-build part in the R CMakeLists.txt
<c933d65>
- Merge branch 'master' of github.com:PMBio/peer
<2200790>
- updates of the cmake build system
<9a9f1be>
- Merge branch 'master' of github.com:PMBio/peer
<644f120>
- changes to comma separated csv
<f21c95d>
- Added the R demo script
<16317f4>
- Added R demo script
<5aa5399>
- Updated r_demo.R and changed peerutil target name to peer
<68a768c>
- R demo fixes
<aa0dfca>
- Merge branch 'master' of github.com:PMBio/peer
<1376eb2>
- Renamed the peer commandline tool build target to peertool
<b60c4cc>
- Merge branch 'master' of github.com:PMBio/peer
<38d9343>
- Added -no-multiarch to R CMD INSTALL --build when not building a
universal binary
<71f83ac>
- fixed xcode build system
<9b81acf>
- changed messanging and added asserts
<b8279c3>
- initial verison of sparseFA module added
<3a21772>
- fixed but in syntax
<e01c115>
- added tab, space separated file support
<9a69a4d>
- Added a new target for CRAN R-package builds
<64f4d10>
- changed bayesnet header, removing ifdef swig statement
<ac5f4f8>
- Added more symlinks: csv_parser and tclap
<43bef5b>
- Removed some unwanted symlinks
<57fd994>
- removed SWIG flag for the cran archive
<16fa553>
- Merge branch 'master' of github.com:PMBio/peer into sparseFA
<3a7f361>
- updated sparseFA
<da63cea>
- commit before moving members to pointers
<11b4ee8>
- added R example for brem data
<3131f4c>
- edits to R example using Brem data
<5e92344>
- altered memory handling of pointers which resolves a lot of issues
<69a9870>
- updated sparseFA code based on VB inference
<1fff6ac>
- bugfixed vbfa and sparseFA
<2a7d689>
- Merge branch 'master' into sparseFA
<6b7a3ff>
- bugfixed redesign of interfaces for master branch
<490d907>
- updated localtion of source folders for sparseFA
<e8603ef>
- bugfix on destructor usage
<be69acc>
- integrated sparseFA into swig wrapper
<dc1a06f>
- upd brem demo
<f882522>
- Merge branch 'master' of https://github.com/PMBio/peer
<9493286>
- updat python demo for sparseFA
<cbe1207>
- changes to peer R interface
<e6837cd>
- updated sim to include covs
<48e7e4c>
- fixed SparseFA, jont peer module from R and python gnow called PEER
<4fae958>
- edits of CMake List undone
<0878ee2>
- fixed R name space problem
<d0e5af2>
- fixed cran release
<d914697>
- added sparse DEMO
<21de375>
- fixed R interface, working and tested CRAN interface
<d0d1afa>
- created scripts for source package creation
<2347ac9>
- Renamed crate_source_package.sh to create_source_package.sh
<7b18a68>
- code cleanup, bugfixes of covariates in model
<e06b4c8>
- Merge branch 'master' of github.com:PMBio/peer
<b4dde51>
- upd python
<ae9963b>
- added standalone
<30dc13f>
- merged
<e16c313>
- added uncertain expresison levels and export of sparsity inference
to command line tool
<3fd0d62>
- added eqtl density plot
<56388d2>
- changed interface files, peertool, new examples
<30ab2f1>
- Removed External/Eigen/build
<b6b741f>
- Converted to LF
<431b69b>
- added convenience plots of model, QTLs
<1b06552>
- updated interface for bounds and residual variance loggin
<8b1c99e>
- added convergence monitoring funcrtions
<4c0c642>
- fixed sparse mode output bug
<0846c2a>
- only one python demo left
<8732143>
- updated demos, moved example files
<20fde34>
- renamed files
<5c5b322>
- Merge branch 'master' of github.com:PMBio/peer
<305f8d5>
- fixed getBounds and getResidualVars()
<a553f57>
- Added a BUILD_PEERTOOL option to top-level CMakeLists.txt to
determine if peertool and yaml-cpp which it depends on should be compiled.
On by default.
<f5d59f6>
- Cleaning up the cran/peer/src: create the symlinks in
./create_source_package.sh
<015e27c>
- Create all of the src folder in create_source_package.sh. Drop
src-i386 and src-x86_64 folders which get created when you R CMD INSTALL a
source package from the package folder.
<8edbfd4>
- Recreated the DESCRIPTION file as posted to CRAN
<bd40ff0>
- Drop also src-i386 and src-x86_64 *.o and *.so in update_swig.sh
<dc8edfa>
- Added more files to .gitignore
<fb1bb6b>
- Merge branch 'master' of github.com:PMBio/peer
<3b4c974>
- Fixed .gitignore so it actuall ignores anything :)
<8f571c6>
- More .gitignore fun
<7a81e45>
- Added NAMESPACE to version control
<0fd1f6f>
- Added getVerbose/setVerbose to the export pattern in NAMESPACE
<f9b2a40>
- Added manual page scaffolds to version control
<d7bc9a1>
- Another .gitignore update
<44196d0>
- Moved NAMESPACE,DESCRIPTION,man to R/peer/ so that it gets shared
both by cmake R package build and the CRAN source package build
<3a2d640>
- Added all contents of cran/peer into .gitignore. All expected to
come from R/peer
<d97cb64>
- Added Leo's plot.R to peer/R
<731a8fe>
- Symlink Leo's plot.R into CRAN package scaffold
<0f347b9>
- More tweaks to the cran package symlinking
<05903c2>
- Added aliases to all public namespace methods into peer-package.Rd,
removed other man pages.
<3be510f>
- Added PEER_plotModel and PEER_plotQtl to peer-package.Rd aliases
<c603200>
- small changes to convenience plots
<8aaec53>
- Updated the license in peer-package.Rd
<48b0aaf>
- Merge branch 'master' of github.com:PMBio/peer
<7fbc98c>
- Known covariates now not updated in inference
<50ae0c6>
- updated build script
<edb288f>
- updated Eigen to 3.1.0-alpha2
<0b708c1>
- Added a series of warning ignoring statements to
cran/peer/src/Makevars
<7ae1331>
- Tweaked create_source_package.sh so it doesn't require recreating
the peer directory each time a build attempt is made.
<7263374>
- Fixed formatting issue with peer-package.Rd
<3eced49>
- Changed Alglib source files to LF file endings to silence R CMD
check warnings
<d37adc7>
- Reverted the Makevars change, doesn't look to be necessary with
current Eigen.
<a37ada1>
- Some more LF line end changes
<a6d808b>
- One last LF line ending
<8263648>
- Commented out Oli's special LIBR_SO define
<c831eb1>
- Declared minimum R version (2.12) and 'methods' package dependence.
<2a60ce9>
- Added alias for PEER_setPriorEpsB in peer-package.Rd as it was
declared to be undocumented.
<c274775>
- Removed boilerplate from peer-package.Rd that was giving R CMD check
warnings
<22bb23d>
- Fixed another peer-package.Rd syntax issue
<db67f0e>
- changed build script to ommit .so
<bab533e>
- peer-package.Rd now hopefully fully compliant with R CMD check
<2173dce>
- moved peer to peer_template
<5a61715>
- update
<4f4532e>
- Removed the <pkg> from the correct peer-package.Rd (did the same
with the build version earlier)
<1a09751>
- Merge branch 'master' of github.com:PMBio/peer
<791f576>
- let peertool accept data thats feature*samples in addition to
samples*features
<91f314d>
- Merge pull request #1 from brentp/transpose
<40bc4b2>
File Changes
(300 files <https://github.com/mz2/peer/pull/15/files>)
- *M* .gitignore
<https://github.com/mz2/peer/pull/15/files#diff-bc37d034bad564583790a46f19d807abfe519c5671395fd494d8cce506c42947>
(12)
- *M* CHANGELOG
<https://github.com/mz2/peer/pull/15/files#diff-ecec88c33adb7591ee6aa88e29b62ad52ef443611cba5e0f0ecac9b5725afdba>
(6)
- *A* CMakeLists.txt
<https://github.com/mz2/peer/pull/15/files#diff-1e7de1ae2d059d21e1dd75d5812d5a34b0222cef273b7c3a2af62eb747f9d20a>
(107)
- *A* External/Eigen
<https://github.com/mz2/peer/pull/15/files#diff-c2b21d3dfb290f8494bffb6c7244deded7931528ad26d387eff20852cb7babd1>
(1)
- *A* External/Eigen-3.1.0-alpha2/.hg_archival.txt
<https://github.com/mz2/peer/pull/15/files#diff-41af12f12075220035401c7cb54d179ddc7b50aef9a3af0320a1357694ffe52e>
(4)
- *A* External/Eigen-3.1.0-alpha2/.hgeol
<https://github.com/mz2/peer/pull/15/files#diff-070bc96de8737e5b48ed39ba28df9abf0d734fc76fcc9f3b1649275e3359e74a>
(8)
- *A* External/Eigen-3.1.0-alpha2/.hgignore
<https://github.com/mz2/peer/pull/15/files#diff-088bdf27b7b303d965e423dc4aa789efe62b54d6ee2a7ce68aa5e4783fe3c9ab>
(32)
- *A* External/Eigen-3.1.0-alpha2/.hgtags
<https://github.com/mz2/peer/pull/15/files#diff-36424447593378bc019f96c3e3ca8b8ae03bbc6537837219dfcb0e435fabf26f>
(18)
- *A* External/Eigen-3.1.0-alpha2/.krazy
<https://github.com/mz2/peer/pull/15/files#diff-952ffaa9d786a9a835303d5f86c015846507403fb014f81d6c8770ae5a45cf4b>
(3)
- *A* External/Eigen-3.1.0-alpha2/CMakeLists.txt
<https://github.com/mz2/peer/pull/15/files#diff-452436cc8bf3ef118a64f1f5c13a1adfc597bb4c45084980f1e920c41c8f5287>
(374)
- *A* External/Eigen-3.1.0-alpha2/COPYING.BSD
<https://github.com/mz2/peer/pull/15/files#diff-7d097ab39d74351588b740cc6e5736963fcadb66e27deae1b5965c194fe1ec29>
(26)
- *A* External/Eigen-3.1.0-alpha2/COPYING.GPL
<https://github.com/mz2/peer/pull/15/files#diff-eae63d870123b672162e98318763353ba9149f7171982cfd533a1b9ff131aa54>
(674)
- *A* External/Eigen-3.1.0-alpha2/COPYING.LGPL
<https://github.com/mz2/peer/pull/15/files#diff-07664ba3ec9a6c2a3c486eb030571c0303e4719613c7500551f8aeeb78824128>
(165)
- *A* External/Eigen-3.1.0-alpha2/CTestConfig.cmake
<https://github.com/mz2/peer/pull/15/files#diff-c423dc2428099fdf27ec6cc4c6f6c5d09def195aa0c9e1305f367504731b0186>
(13)
- *A* External/Eigen-3.1.0-alpha2/CTestCustom.cmake.in
<https://github.com/mz2/peer/pull/15/files#diff-4f9f2759884695e01d1444c54f48bd2daa0426d937825e7798cfc8b6e2518867>
(4)
- *A* External/Eigen-3.1.0-alpha2/Eigen/Array
<https://github.com/mz2/peer/pull/15/files#diff-e19363dbf452f9b1493cbc897f70d3baf27a8fc11e167bc8be1331005e2d82d0>
(11)
- *A* External/Eigen-3.1.0-alpha2/Eigen/CMakeLists.txt
<https://github.com/mz2/peer/pull/15/files#diff-b6d45291649b62f3f983091669ab2742d5681d7a3604c894de4b0afc2bba0925>
(19)
- *A* External/Eigen-3.1.0-alpha2/Eigen/Cholesky
<https://github.com/mz2/peer/pull/15/files#diff-b8359727cf3dc46697add4a408c7e267a33cd0f382bad62e3dea9504ce824dfb>
(36)
- *A* External/Eigen-3.1.0-alpha2/Eigen/CholmodSupport
<https://github.com/mz2/peer/pull/15/files#diff-55ea95114f9c14a863821dd40a255780e60fe1589f7bc69f19dc10a67cb26089>
(34)
- *A* External/Eigen-3.1.0-alpha2/Eigen/Core
<https://github.com/mz2/peer/pull/15/files#diff-71441f9d454db2c917c108fd64c8595b5e7bc8682bffcb778bc42177c0e57902>
(380)
- *R* External/Eigen-3.1.0-alpha2/Eigen/Dense
<https://github.com/mz2/peer/pull/15/files#diff-99653c87d4ac692ae7c920ae95622820f565cc2779afc32a720c525fd4b5b005>
(0)
- *A* External/Eigen-3.1.0-alpha2/Eigen/Eigen
<https://github.com/mz2/peer/pull/15/files#diff-d896731e12a12bd1ad9ecc932329c2def0eca0e6e80478117da7c7766787438c>
(2)
- *A* External/Eigen-3.1.0-alpha2/Eigen/Eigen2Support
<https://github.com/mz2/peer/pull/15/files#diff-b7e5ef6a2a92dff26f3ba90276681cc8ed3bb91df21d48b9cefcc0cfe271c294>
(101)
- *A* External/Eigen-3.1.0-alpha2/Eigen/Eigenvalues
<https://github.com/mz2/peer/pull/15/files#diff-8eb3c447870f331d00784f5739806c7a48faece308d7a1eb5a95f15d6003ba14>
(50)
- *A* External/Eigen-3.1.0-alpha2/Eigen/Geometry
<https://github.com/mz2/peer/pull/15/files#diff-ac7be154d04655a50ef85c6c8db93aa89e70bab9fffc63f777f70d57960620f7>
(67)
- *A* External/Eigen-3.1.0-alpha2/Eigen/Householder
<https://github.com/mz2/peer/pull/15/files#diff-408da96793653ac4015faeb220fc00830662f3ac80e963a33fa347eaaa9eb4aa>
(27)
- *A* External/Eigen-3.1.0-alpha2/Eigen/IterativeLinearSolvers
<https://github.com/mz2/peer/pull/15/files#diff-02465a61050bda086d6cd413db016fe56c20002f744d55a03b55f3dc0d5904e4>
(37)
- *A* External/Eigen-3.1.0-alpha2/Eigen/Jacobi
<https://github.com/mz2/peer/pull/15/files#diff-8ea5412db0ced7eec207d437cb4f2d61d7b666222a2526f0f9023b9ecf102d24>
(30)
- *A* External/Eigen-3.1.0-alpha2/Eigen/LU
<https://github.com/mz2/peer/pull/15/files#diff-c9c98e3ebcb87fa9e54f502fccc1f2756447e84377e4f592fc87a79672f0360a>
(45)
- *A* External/Eigen-3.1.0-alpha2/Eigen/LeastSquares
<https://github.com/mz2/peer/pull/15/files#diff-e14ff939f6dbbb7cca2ef45b3b03aba8ead4fda5347768b518b3882a139b0055>
(36)
- *A* External/Eigen-3.1.0-alpha2/Eigen/OrderingMethods
<https://github.com/mz2/peer/pull/15/files#diff-9b32028cc17d1af623199551427812d02570e0c8679974b0edba37e9141dbef7>
(27)
- *A* External/Eigen-3.1.0-alpha2/Eigen/PARDISOSupport
<https://github.com/mz2/peer/pull/15/files#diff-e405dd7b3a79bf8dada558497d28fa85d21492b037b9a68441c1595558f48952>
(30)
- *A* External/Eigen-3.1.0-alpha2/Eigen/QR
<https://github.com/mz2/peer/pull/15/files#diff-fc287fdc324ac8116cf1ab1fda8c75c549ebef10cf8f88da07c534837e7def35>
(49)
- *A* External/Eigen-3.1.0-alpha2/Eigen/QtAlignedMalloc
<https://github.com/mz2/peer/pull/15/files#diff-41f4aab39bf4507ff9d1a8ad013282b18f90afd626fd67b0dd32c409367417c0>
(34)
- *A* External/Eigen-3.1.0-alpha2/Eigen/SVD
<https://github.com/mz2/peer/pull/15/files#diff-a7d3b7f497a86d2b85d2055e300643f17db3308aeac4db8a01fdfc3cf4955e72>
(41)
- *A* External/Eigen-3.1.0-alpha2/Eigen/Sparse
<https://github.com/mz2/peer/pull/15/files#diff-d1717a132bb46b5babc7308fa050d293da71443b672c1cb23a08bacdcfe8d9f8>
(27)
- *A* External/Eigen-3.1.0-alpha2/Eigen/SparseCholesky
<https://github.com/mz2/peer/pull/15/files#diff-a045077dd7839b5f7bcee976d718891c1ffa06a09c531712d71b893269c198b4>
(34)
- *A* External/Eigen-3.1.0-alpha2/Eigen/SparseCore
<https://github.com/mz2/peer/pull/15/files#diff-99a41b0218b7e4d5f3738686a56ce2a70c9988cb5652712eb051d2dc52f2b723>
(65)
- *R* External/Eigen-3.1.0-alpha2/Eigen/StdDeque
<https://github.com/mz2/peer/pull/15/files#diff-b0c7c4ceea55a07171ff638f1a2b24c02fce3060f1eb24c99675876a78a77b5a>
(0)
- *R* External/Eigen-3.1.0-alpha2/Eigen/StdList
<https://github.com/mz2/peer/pull/15/files#diff-6ea01dd934a6f3cba9a5ce05f06c19708564f1add72b283f52246ceec5a34b21>
(0)
- *R* External/Eigen-3.1.0-alpha2/Eigen/StdVector
<https://github.com/mz2/peer/pull/15/files#diff-954970a42549d2cd4dd31c199cce83a06bb7f98eb86e193970421a7036fb94d5>
(0)
- *A* External/Eigen-3.1.0-alpha2/Eigen/SuperLUSupport
<https://github.com/mz2/peer/pull/15/files#diff-7ac877465171011d45b2c174c9c8f940e84560870b7e3772343efa4cfec0d29d>
(53)
- *A* External/Eigen-3.1.0-alpha2/Eigen/UmfPackSupport
<https://github.com/mz2/peer/pull/15/files#diff-72454b125987bd54fb3803a4c72fcd193b967805c71b7c58c3ef494ac0afa167>
(34)
- *A* External/Eigen-3.1.0-alpha2/Eigen/src/CMakeLists.txt
<https://github.com/mz2/peer/pull/15/files#diff-53f9f13ce6bd18fb4f3da5c2db0882ff6a91406865026a6d1688a4f25863da5d>
(7)
- *R* External/Eigen-3.1.0-alpha2/Eigen/src/Cholesky/CMakeLists.txt
<https://github.com/mz2/peer/pull/15/files#diff-5148b7e253f95e5676757d82ad071d5d817aefba549daded3127921aa17c6f17>
(0)
- *A* External/Eigen-3.1.0-alpha2/Eigen/src/Cholesky/LDLT.h
<https://github.com/mz2/peer/pull/15/files#diff-0edd8b68c74bca9e08be5d4a6c1d795357ef2bb03e1aad4231c0ad5861652912>
(603)
- *A* External/Eigen-3.1.0-alpha2/Eigen/src/Cholesky/LLT.h
<https://github.com/mz2/peer/pull/15/files#diff-304a2fe7f0f6c7acaa174c46ffd0be64cb895b3ba76286599a49081db10d959b>
(492)
- *A* External/Eigen-3.1.0-alpha2/Eigen/src/Cholesky/LLT_MKL.h
<https://github.com/mz2/peer/pull/15/files#diff-debfd938b9474f7a78c172b1052c168be65008c6687be51af8fa0c875ef23587>
(123)
- *A*
External/Eigen-3.1.0-alpha2/Eigen/src/CholmodSupport/CMakeLists.txt
<https://github.com/mz2/peer/pull/15/files#diff-fe884d024e2ca57d2a9c53d0077c4c7db5d94f0208dc302ea9304d3d2433bb27>
(6)
- *A*
External/Eigen-3.1.0-alpha2/Eigen/src/CholmodSupport/CholmodSupport.h
<https://github.com/mz2/peer/pull/15/files#diff-468c55cbaae29100de96ffa4572d04f93998a0c6d37c1527060368c107c5cdc7>
(413)
- *A* External/Eigen-3.1.0-alpha2/Eigen/src/Core/Array.h
<https://github.com/mz2/peer/pull/15/files#diff-6dc55d99f2f7c8e512ff22ad6dd526781a5953bf5e29762e6ec9b2c2bc04bd4a>
(320)
- *A* External/Eigen-3.1.0-alpha2/Eigen/src/Core/ArrayBase.h
<https://github.com/mz2/peer/pull/15/files#diff-923722fcf1a15fd863ea642a8d2730385b34a41f17ba86f8720713c68b6e5dfe>
(239)
- *A* External/Eigen-3.1.0-alpha2/Eigen/src/Core/ArrayWrapper.h
<https://github.com/mz2/peer/pull/15/files#diff-090e7491b2054184240d49c37ea8451f29d5d90911fe553dd3bd8ad9e5157a92>
(251)
- *A* External/Eigen-3.1.0-alpha2/Eigen/src/Core/Assign.h
<https://github.com/mz2/peer/pull/15/files#diff-66b74a2ab9372aa645a597980ce3dfbd6f1259bfc4f821b54d0d4307ed970e4e>
(594)
- *A* External/Eigen-3.1.0-alpha2/Eigen/src/Core/Assign_MKL.h
<https://github.com/mz2/peer/pull/15/files#diff-1a3201652ca3ad2f5abe34bcd0c1f577d2f2a186be14723ce27103970d0fb2c1>
(217)
- *A* External/Eigen-3.1.0-alpha2/Eigen/src/Core/BandMatrix.h
<https://github.com/mz2/peer/pull/15/files#diff-452b5076f46fa0295a4334b75a1b874df532c99e295b69f8f775a1d5a4a4d5ff>
(346)
- *A* External/Eigen-3.1.0-alpha2/Eigen/src/Core/Block.h
<https://github.com/mz2/peer/pull/15/files#diff-008212022cac4c533af8b415ce09ffa6c9f4ed5e4eb56d48e00c552263b013d7>
(369)
- *A* External/Eigen-3.1.0-alpha2/Eigen/src/Core/BooleanRedux.h
<https://github.com/mz2/peer/pull/15/files#diff-a316dfa1a9a18910426123866c899ac01fe93930b07216843b453ff5e33fe372>
(149)
- *R* External/Eigen-3.1.0-alpha2/Eigen/src/Core/CMakeLists.txt
<https://github.com/mz2/peer/pull/15/files#diff-6059ac6a3bc41aba14f536d9f9cc0e57928edc2422e3cbc523ac2325f7fe80a2>
(0)
- *A* External/Eigen-3.1.0-alpha2/Eigen/src/Core/CommaInitializer.h
<https://github.com/mz2/peer/pull/15/files#diff-b14e7ae13dc19a13fb8ec5b2b7ce39958884ad537c2992a878192bafcd380222>
(150)
- *A* External/Eigen-3.1.0-alpha2/Eigen/src/Core/CwiseBinaryOp.h
<https://github.com/mz2/peer/pull/15/files#diff-b55a0280fc468430c9ee4736e3e1d30434f7aaf332e3b473fb58dbedea03567a>
(240)
- *A* External/Eigen-3.1.0-alpha2/Eigen/src/Core/CwiseNullaryOp.h
<https://github.com/mz2/peer/pull/15/files#diff-01b13b51240af772fded288ddc2091bec286c5ef27823095a80de1bb6cd9ee0e>
(854)
- *A* External/Eigen-3.1.0-alpha2/Eigen/src/Core/CwiseUnaryOp.h
<https://github.com/mz2/peer/pull/15/files#diff-f740335f160c816433412d452a398f7f877ec082fb6a115582a66fc911ec46b4>
(137)
- *A* External/Eigen-3.1.0-alpha2/Eigen/src/Core/CwiseUnaryView.h
<https://github.com/mz2/peer/pull/15/files#diff-8f19f5191348e57cf7801c529dc99888e76e94a1d2e87c79f5cb5e0e30958377>
(148)
- *A* External/Eigen-3.1.0-alpha2/Eigen/src/Core/DenseBase.h
<https://github.com/mz2/peer/pull/15/files#diff-5ae0aeaf049415839e2ee113b91a9075c376560535d67c23a75dabee878bac9f>
(544)
- *A* External/Eigen-3.1.0-alpha2/Eigen/src/Core/DenseCoeffsBase.h
<https://github.com/mz2/peer/pull/15/files#diff-5a500e4df23cb5a5e7bac8f78d7f9d2951380bb7b85fdebbde3adc430ee63685>
(765)
- *A* External/Eigen-3.1.0-alpha2/Eigen/src/Core/DenseStorage.h
<https://github.com/mz2/peer/pull/15/files#diff-ab7d4b9524a4ebd89c805dc07a104d25e79e82ca51d744cef1a37dc6e033402d>
(314)
- *A* External/Eigen-3.1.0-alpha2/Eigen/src/Core/Diagonal.h
<https://github.com/mz2/peer/pull/15/files#diff-bf6561eb8bb4fcb7035ef25149e0bc3673770d6504881003c0ebc4398b59e119>
(248)
- *A* External/Eigen-3.1.0-alpha2/Eigen/src/Core/DiagonalMatrix.h
<https://github.com/mz2/peer/pull/15/files#diff-4668a8a1186663d7d78534f023c79661f3b5a95b84c5c4c25ee99e00c251b844>
(306)
- *A* External/Eigen-3.1.0-alpha2/Eigen/src/Core/DiagonalProduct.h
<https://github.com/mz2/peer/pull/15/files#diff-736e723e6e695da26e9e883c405a19752d2141b5bba258dbf59baa82f88a56d7>
(135)
- *A* External/Eigen-3.1.0-alpha2/Eigen/src/Core/Dot.h
<https://github.com/mz2/peer/pull/15/files#diff-331b36a1fbe6f71b167477e35c7753b8962a8874926782f39f63f3af24a73547>
(272)
- *A* External/Eigen-3.1.0-alpha2/Eigen/src/Core/EigenBase.h
<https://github.com/mz2/peer/pull/15/files#diff-82cad86639399e79fe625f1ca76e8b5f1038d325af2e4a9380d854fe0323c345>
(172)
- *A* External/Eigen-3.1.0-alpha2/Eigen/src/Core/Flagged.h
<https://github.com/mz2/peer/pull/15/files#diff-69133556cb53971a99e4cdd60afd667bd6fe58d4f57eb4f7aaf5e1728787008f>
(151)
- *A* External/Eigen-3.1.0-alpha2/Eigen/src/Core/ForceAlignedAccess.h
<https://github.com/mz2/peer/pull/15/files#diff-1c345dde2c0e218cd4d7d58dc79ed3b8f93ee7d96b72918747c6df515c10e689>
(157)
- *A* External/Eigen-3.1.0-alpha2/Eigen/src/Core/Functors.h
<https://github.com/mz2/peer/pull/15/files#diff-fe4f484d7d2df75d6c7f117d6e25a41560fe3c34814656aa6a91ab38df187a01>
(974)
- *A* External/Eigen-3.1.0-alpha2/Eigen/src/Core/Fuzzy.h
<https://github.com/mz2/peer/pull/15/files#diff-31f8d10aec07650abcc1e32086377deb0a473fdd7c1dbe6aedf221cc81f9013a>
(161)
- *A* External/Eigen-3.1.0-alpha2/Eigen/src/Core/GeneralProduct.h
<https://github.com/mz2/peer/pull/15/files#diff-7d90cd12b39c9f6af8fcee7194f85308dda93e2a1205447af47fd1793038e701>
(624)
- *A* External/Eigen-3.1.0-alpha2/Eigen/src/Core/GenericPacketMath.h
<https://github.com/mz2/peer/pull/15/files#diff-2a571a952d9634c49ec57b538e0314a109b6caf0a67a5aa263645dc57f3690b2>
(339)
- *A* External/Eigen-3.1.0-alpha2/Eigen/src/Core/GlobalFunctions.h
<https://github.com/mz2/peer/pull/15/files#diff-c8525d52ebbeff35a8bcc6a5b8ef7daa56891fcd3821750d50b0284f95231853>
(95)
- *A* External/Eigen-3.1.0-alpha2/Eigen/src/Core/IO.h
<https://github.com/mz2/peer/pull/15/files#diff-6ea986ed631917b55fbe202a467f604900726a07e168f08af9f9c1dd739af448>
(260)
- *A* External/Eigen-3.1.0-alpha2/Eigen/src/Core/Map.h
<https://github.com/mz2/peer/pull/15/files#diff-0c60f7c9ad09cbc71418cebc0fe45024ee7b7ef8261663f3760168d611ea5119>
(205)
- *A* External/Eigen-3.1.0-alpha2/Eigen/src/Core/MapBase.h
<https://github.com/mz2/peer/pull/15/files#diff-bb11d6752d264459b03d0eebe5bf906ab1ef4196e6b56308e5f99cb707694ce3>
(255)
- *A* External/Eigen-3.1.0-alpha2/Eigen/src/Core/MathFunctions.h
<https://github.com/mz2/peer/pull/15/files#diff-78345d24238051f017cba59faa1d493295aa15e4ffd979744cf1b4829bab7b36>
(853)
- *A* External/Eigen-3.1.0-alpha2/Eigen/src/Core/Matrix.h
<https://github.com/mz2/peer/pull/15/files#diff-4b5e9f0a563a771aba9584ce1b8d261e1aef5c925bcec0faf552b7136782ca43>
(416)
- *A* External/Eigen-3.1.0-alpha2/Eigen/src/Core/MatrixBase.h
<https://github.com/mz2/peer/pull/15/files#diff-d1979dd2109fb906e79d466c40848fcbd5d8b0171e703b6d8ef46e9f4d096951>
(522)
- *A* External/Eigen-3.1.0-alpha2/Eigen/src/Core/NestByValue.h
<https://github.com/mz2/peer/pull/15/files#diff-a9ad4b5b0e5474403d35445eee0e32440a761f943feb2c04f3952e6bcb5e3d02>
(122)
- *A* External/Eigen-3.1.0-alpha2/Eigen/src/Core/NoAlias.h
<https://github.com/mz2/peer/pull/15/files#diff-eba190ce2ceaef11b712890990938e4f78deadc11e383f315d9ec62ef2dc0a0e>
(136)
- *A* External/Eigen-3.1.0-alpha2/Eigen/src/Core/NumTraits.h
<https://github.com/mz2/peer/pull/15/files#diff-a65d84fc6801e6a6f50e918a7f18e810036e437b077b1a2c411816ddbed91431>
(160)
- *A* External/Eigen-3.1.0-alpha2/Eigen/src/Core/PermutationMatrix.h
<https://github.com/mz2/peer/pull/15/files#diff-c2b3e7d81932696c168eca849a151ed10c48c5b428a9e116e2f26bafcd8f2c58>
(696)
- *A* External/Eigen-3.1.0-alpha2/Eigen/src/Core/PlainObjectBase.h
<https://github.com/mz2/peer/pull/15/files#diff-98d7a7a1a49494507c31019ed9b45221e491b3eb1e729a9a510630362a0e9dfa>
(778)
- *A* External/Eigen-3.1.0-alpha2/Eigen/src/Core/Product.h
<https://github.com/mz2/peer/pull/15/files#diff-530a9a3cd87196db609e4ada8e611aa79135bc293a0f9010c3f50d78a3a3742a>
(113)
- *A* External/Eigen-3.1.0-alpha2/Eigen/src/Core/ProductBase.h
<https://github.com/mz2/peer/pull/15/files#diff-bb97c8ef3c25887c7c17f92146894e3835d882bef50b78738edcca64f0f15148>
(288)
- *A* External/Eigen-3.1.0-alpha2/Eigen/src/Core/Random.h
<https://github.com/mz2/peer/pull/15/files#diff-afc02d7c218dd9f18210268e4f86622c5573d272e67aa379fc6f3d0a199f93c4>
(163)
- *A* External/Eigen-3.1.0-alpha2/Eigen/src/Core/Redux.h
<https://github.com/mz2/peer/pull/15/files#diff-22079dd6e6669ab0bbf4daf07aecd7cb8cce798507273e6594b01c747d0551e5>
(417)
- *A* External/Eigen-3.1.0-alpha2/Eigen/src/Core/Replicate.h
<https://github.com/mz2/peer/pull/15/files#diff-1395aaaa2008a909617ec45fd143195cb3f75a3709830de087d6ff56ecd84d01>
(183)
- *A* External/Eigen-3.1.0-alpha2/Eigen/src/Core/ReturnByValue.h
<https://github.com/mz2/peer/pull/15/files#diff-26e06b007e73660e383b61b73c0c4fdd8dd499ff0bf623deb0d3c18447f85f59>
(99)
- *A* External/Eigen-3.1.0-alpha2/Eigen/src/Core/Reverse.h
<https://github.com/mz2/peer/pull/15/files#diff-2ac3d5fef5192b4945d9b7f970217bf7a47b9c624ffb5f1c2ca294195ff09b49>
(236)
- *A* External/Eigen-3.1.0-alpha2/Eigen/src/Core/Select.h
<https://github.com/mz2/peer/pull/15/files#diff-aa2b867d99f972d0b542aa130d6b3e39f06114d65fc6215b2380b6072c49811f>
(173)
- *A* External/Eigen-3.1.0-alpha2/Eigen/src/Core/SelfAdjointView.h
<https://github.com/mz2/peer/pull/15/files#diff-05188218d73f3b40b699d05745603be56e9529d1ee04146439e35007747e8a9d>
(0)
- *A* External/Eigen-3.1.0-alpha2/Eigen/src/Core/SelfCwiseBinaryOp.h
<https://github.com/mz2/peer/pull/15/files#diff-60b999ad87179ae368ce2ab9afef4e1e2565564ceb0cf330ccb7441b31077699>
(0)
- *A* External/Eigen-3.1.0-alpha2/Eigen/src/Core/SolveTriangular.h
<https://github.com/mz2/peer/pull/15/files#diff-10f49ef61992aff4ba966b8864d04b5b052f7a908a2a6c5d0bee222ce3be134f>
(0)
- *A* External/Eigen-3.1.0-alpha2/Eigen/src/Core/StableNorm.h
<https://github.com/mz2/peer/pull/15/files#diff-7823ffc5ff33cd394cc3900e970d2960fd60ca9334df2f739db76b20262f68a1>
(0)
- *A* External/Eigen-3.1.0-alpha2/Eigen/src/Core/Stride.h
<https://github.com/mz2/peer/pull/15/files#diff-d4e8c2618389233a58313fbc6d1b7a2062fbe136bf234b3790236649ac1763e4>
(0)
- *A* External/Eigen-3.1.0-alpha2/Eigen/src/Core/Swap.h
<https://github.com/mz2/peer/pull/15/files#diff-d3054d4e5ccfaedc975e31c669e8eb1edd0aaa89b60602206eb77742f12ed362>
(0)
- *A* External/Eigen-3.1.0-alpha2/Eigen/src/Core/Transpose.h
<https://github.com/mz2/peer/pull/15/files#diff-40d3980477320037d2104dada348efcc348d6a374c235c4f19dae9e5cfebe8d1>
(0)
- *A* External/Eigen-3.1.0-alpha2/Eigen/src/Core/Transpositions.h
<https://github.com/mz2/peer/pull/15/files#diff-a4b6830e335ca54b6e43c726b97a3d3b54d02aa7e2511d08a0aabc378b5c2f97>
(0)
- *A* External/Eigen-3.1.0-alpha2/Eigen/src/Core/TriangularMatrix.h
<https://github.com/mz2/peer/pull/15/files#diff-d930031b7890d7f98e1667a3f5390122ed979498047cbb23bd565489313b9986>
(0)
- *A* External/Eigen-3.1.0-alpha2/Eigen/src/Core/VectorBlock.h
<https://github.com/mz2/peer/pull/15/files#diff-391a89c9723bf966b693204eb6d8e5b909457f603d5edcb97516e4fb47d57048>
(0)
- *A* External/Eigen-3.1.0-alpha2/Eigen/src/Core/VectorwiseOp.h
<https://github.com/mz2/peer/pull/15/files#diff-bacd38230dca075d4878313d58bc3beb4ede757140f6449d7d2420ba2689f5a9>
(0)
- *A* External/Eigen-3.1.0-alpha2/Eigen/src/Core/Visitor.h
<https://github.com/mz2/peer/pull/15/files#diff-4cce01ea4a581a52371620cb12f2051a746265fae039911cbed70edba4dca5d8>
(0)
- *R*
External/Eigen-3.1.0-alpha2/Eigen/src/Core/arch/AltiVec/CMakeLists.txt
<https://github.com/mz2/peer/pull/15/files#diff-8ade493c5347d95c78c0107a03d8c6bfec924b290e9282830b5a1f0dce9e3bbe>
(0)
- *A* External/Eigen-3.1.0-alpha2/Eigen/src/Core/arch/AltiVec/Complex.h
<https://github.com/mz2/peer/pull/15/files#diff-10f69952bc685bb90be5511f25e1498dcba6b029f52580c92594d5dd10feeb99>
(0)
- *A*
External/Eigen-3.1.0-alpha2/Eigen/src/Core/arch/AltiVec/PacketMath.h
<https://github.com/mz2/peer/pull/15/files#diff-d8360d8149a3430a3d44ea62f2b510c5f99d60bd3e19aa2220c18fd559ef1aa4>
(0)
- *R* External/Eigen-3.1.0-alpha2/Eigen/src/Core/arch/CMakeLists.txt
<https://github.com/mz2/peer/pull/15/files#diff-0612f0b04fc44af16f10dcf27a94549168a8bf95a2a70fb99e87e816e44b5015>
(0)
- *R*
External/Eigen-3.1.0-alpha2/Eigen/src/Core/arch/Default/CMakeLists.txt
<https://github.com/mz2/peer/pull/15/files#diff-eb9c42bffd65c8e5a293b28d8d594174bcffaadbbc8b2ce7845fa265c906e5f5>
(0)
- *A*
External/Eigen-3.1.0-alpha2/Eigen/src/Core/arch/Default/Settings.h
<https://github.com/mz2/peer/pull/15/files#diff-f821b068de0a0ad3bee210c224e3df0179ecbb5cdee08da5cc36a72af44656a9>
(0)
- *R*
External/Eigen-3.1.0-alpha2/Eigen/src/Core/arch/NEON/CMakeLists.txt
<https://github.com/mz2/peer/pull/15/files#diff-bdfdc4e0ccf933bf80c4977911d090067c8339b7b08fd06b96df381385c12f34>
(0)
- *A* External/Eigen-3.1.0-alpha2/Eigen/src/Core/arch/NEON/Complex.h
<https://github.com/mz2/peer/pull/15/files#diff-c3b9ae363c3769aa8be441d3c4f8ec1259ec1b5bb62898672749006788c5bad6>
(0)
- *A* External/Eigen-3.1.0-alpha2/Eigen/src/Core/arch/NEON/PacketMath.h
<https://github.com/mz2/peer/pull/15/files#diff-ef0aa7ac69f900903109246f3d58ad9a83df437503a62b42d8a35ab4bcfc93e6>
(0)
- *R*
External/Eigen-3.1.0-alpha2/Eigen/src/Core/arch/SSE/CMakeLists.txt
<https://github.com/mz2/peer/pull/15/files#diff-00b9f20149b98e4b06e0811d55b40fb932753adc4f87b0f400a7a71df9cf96e2>
(0)
- *A* External/Eigen-3.1.0-alpha2/Eigen/src/Core/arch/SSE/Complex.h
<https://github.com/mz2/peer/pull/15/files#diff-f39b3180272879be802b192c4b4f027c4c1d673b41bac655a41babc743f4d18a>
(0)
- *A*
External/Eigen-3.1.0-alpha2/Eigen/src/Core/arch/SSE/MathFunctions.h
<https://github.com/mz2/peer/pull/15/files#diff-f57c28b02ed964366464cdc466f9b851dcad1ddccf90a9477dbd7346133ecbaf>
(0)
- *A* External/Eigen-3.1.0-alpha2/Eigen/src/Core/arch/SSE/PacketMath.h
<https://github.com/mz2/peer/pull/15/files#diff-f246a864b5ef3827a37d5e9a394867b97d1a2efb5a84a69eeb65641e1ecb19da>
(0)
- *R*
External/Eigen-3.1.0-alpha2/Eigen/src/Core/products/CMakeLists.txt
<https://github.com/mz2/peer/pull/15/files#diff-d8b0f2b1c987c9244c38536862635137684be63e54fd418cf471d52a38de55d5>
(0)
- *A*
External/Eigen-3.1.0-alpha2/Eigen/src/Core/products/CoeffBasedProduct.h
<https://github.com/mz2/peer/pull/15/files#diff-3788e63377a25ba36fe39dd17ba8fe9101879018412af9b67fd8e2aa461e3386>
(0)
- *A*
External/Eigen-3.1.0-alpha2/Eigen/src/Core/products/GeneralBlockPanelKernel.h
<https://github.com/mz2/peer/pull/15/files#diff-b7d0661fc32650a8528a294f01fb76457e281349ff14851ebffe8b1d439b2e89>
(0)
- *A*
External/Eigen-3.1.0-alpha2/Eigen/src/Core/products/GeneralMatrixMatrix.h
<https://github.com/mz2/peer/pull/15/files#diff-8afbd0adde24aafd514fb3e8e022b9378bbb410645b0bbea6dfe9575d7d2dc18>
(0)
- *A*
External/Eigen-3.1.0-alpha2/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h
<https://github.com/mz2/peer/pull/15/files#diff-d94a02658a82b56780ddb87973392f6994878882d52e920da36bf92bf7d38c54>
(0)
- *A*
External/Eigen-3.1.0-alpha2/Eigen/src/Core/products/GeneralMatrixMatrixTriangular_MKL.h
<https://github.com/mz2/peer/pull/15/files#diff-ddff676463581f4448312cb43b15aabe2da50367cc2f105d1ad7e44f54285546>
(0)
- *A*
External/Eigen-3.1.0-alpha2/Eigen/src/Core/products/GeneralMatrixMatrix_MKL.h
<https://github.com/mz2/peer/pull/15/files#diff-bd80ae84d689985eb8510538f9b3a880593eeac5b676602881fc4021be41633f>
(0)
- *A*
External/Eigen-3.1.0-alpha2/Eigen/src/Core/products/GeneralMatrixVector.h
<https://github.com/mz2/peer/pull/15/files#diff-b9bd7dcb53e894ad7a314beb8c30f5a1ff9c9b94b25e2c3bb6b5343c50e63edb>
(0)
- *A*
External/Eigen-3.1.0-alpha2/Eigen/src/Core/products/GeneralMatrixVector_MKL.h
<https://github.com/mz2/peer/pull/15/files#diff-669f0324f722ae8c6f1468227f7d29927a2af2e42c86a0ca524165d7ef8b86c1>
(0)
- *A*
External/Eigen-3.1.0-alpha2/Eigen/src/Core/products/Parallelizer.h
<https://github.com/mz2/peer/pull/15/files#diff-39eb05475ea24a6cdfeb7f422e90db427e1f703e5d823f3800dc12c958efec3b>
(0)
- *A*
External/Eigen-3.1.0-alpha2/Eigen/src/Core/products/SelfadjointMatrixMatrix.h
<https://github.com/mz2/peer/pull/15/files#diff-8545d628d5f3c9d794ff784e4f7de0fc7f06195a29c815fa487cb8ab514a3f6e>
(0)
- *A*
External/Eigen-3.1.0-alpha2/Eigen/src/Core/products/SelfadjointMatrixMatrix_MKL.h
<https://github.com/mz2/peer/pull/15/files#diff-4f3381a3d0261fedc2677abe1b40a4dbfeed088d6777c21c93e93e823fd0341e>
(0)
- *A*
External/Eigen-3.1.0-alpha2/Eigen/src/Core/products/SelfadjointMatrixVector.h
<https://github.com/mz2/peer/pull/15/files#diff-8619142cebb3e5a1e1ed8e5615d46b95b8199e1070e3441d2754980f26a38bc9>
(0)
- *A*
External/Eigen-3.1.0-alpha2/Eigen/src/Core/products/SelfadjointMatrixVector_MKL.h
<https://github.com/mz2/peer/pull/15/files#diff-54a7b34deeef35b67f401e475ff26ec75de7886f432d64804fed246f4ed56c3b>
(0)
- *A*
External/Eigen-3.1.0-alpha2/Eigen/src/Core/products/SelfadjointProduct.h
<https://github.com/mz2/peer/pull/15/files#diff-44af189afcbd855d1741b20a4977aa9df314b441ad52827e52cabb7f1206c7b4>
(0)
- *A*
External/Eigen-3.1.0-alpha2/Eigen/src/Core/products/SelfadjointRank2Update.h
<https://github.com/mz2/peer/pull/15/files#diff-bf5dd8de8edef8ee65754c350da9ccf443097b479946e542d339a85b69216336>
(0)
- *A*
External/Eigen-3.1.0-alpha2/Eigen/src/Core/products/TriangularMatrixMatrix.h
<https://github.com/mz2/peer/pull/15/files#diff-ef83c40637fcc38e622be9a74bc3c804cfd6f6014d745240c85f287ca2834d7f>
(0)
- *A*
External/Eigen-3.1.0-alpha2/Eigen/src/Core/products/TriangularMatrixMatrix_MKL.h
<https://github.com/mz2/peer/pull/15/files#diff-0dfd5f1126851db73f41e68ff4d44ba6d86275e970bd7e78e39b53858bd6f5e3>
(0)
- *A*
External/Eigen-3.1.0-alpha2/Eigen/src/Core/products/TriangularMatrixVector.h
<https://github.com/mz2/peer/pull/15/files#diff-638241225e2dcff98b3e7480d4d91e415035008df1d2d766f00250d4c93b6a5d>
(0)
- *A*
External/Eigen-3.1.0-alpha2/Eigen/src/Core/products/TriangularMatrixVector_MKL.h
<https://github.com/mz2/peer/pull/15/files#diff-dc6b224f4993cbeddda8353e15b1296c8718801918ab1af16f70661dd1460860>
(0)
- *A*
External/Eigen-3.1.0-alpha2/Eigen/src/Core/products/TriangularSolverMatrix.h
<https://github.com/mz2/peer/pull/15/files#diff-eccc2c22269509557d211d20e6a96ea12872a84b872d70bfb2be24ecab0353a9>
(0)
- *A*
External/Eigen-3.1.0-alpha2/Eigen/src/Core/products/TriangularSolverMatrix_MKL.h
<https://github.com/mz2/peer/pull/15/files#diff-110c406fef2bf140ebb845f66136e022f59a4b23edf1eb3a837d8cdf9a50f677>
(0)
- *A*
External/Eigen-3.1.0-alpha2/Eigen/src/Core/products/TriangularSolverVector.h
<https://github.com/mz2/peer/pull/15/files#diff-d1aa1d0a853ef72e7aaf12f2d2fa5ffcdada0b51cedd10327a63d9b97731411f>
(0)
- *A* External/Eigen-3.1.0-alpha2/Eigen/src/Core/util/BlasUtil.h
<https://github.com/mz2/peer/pull/15/files#diff-db18ee744fb6b882c4972dadbff32a451ba78d6d359c9563cb5545d433c7c735>
(0)
- *R* External/Eigen-3.1.0-alpha2/Eigen/src/Core/util/CMakeLists.txt
<https://github.com/mz2/peer/pull/15/files#diff-fd2b93b59194ae6c23ec10383dba93fc27f2cd98518db2a00a4d84902bb08389>
(0)
- *A* External/Eigen-3.1.0-alpha2/Eigen/src/Core/util/Constants.h
<https://github.com/mz2/peer/pull/15/files#diff-601670cc624afd5faaea971d98f748a9625f41d2a35c0acf3cc480502dcac727>
(0)
- *A*
External/Eigen-3.1.0-alpha2/Eigen/src/Core/util/DisableStupidWarnings.h
<https://github.com/mz2/peer/pull/15/files#diff-4738a6ce0cf6e7fe0ce9ba8dafcced567312dac0ab8d7184b4d8369eccc783ca>
(0)
- *A*
External/Eigen-3.1.0-alpha2/Eigen/src/Core/util/ForwardDeclarations.h
<https://github.com/mz2/peer/pull/15/files#diff-888ce1a6dc04bf3b38cd132d93abd4a5f28f04d115124d4059430cebc792372c>
(0)
- *A* External/Eigen-3.1.0-alpha2/Eigen/src/Core/util/MKL_support.h
<https://github.com/mz2/peer/pull/15/files#diff-67fcd89b79b42e4121f534ad3280cd9df7a7c83f9294c8c8143b8a1fd1c9e443>
(0)
- *A* External/Eigen-3.1.0-alpha2/Eigen/src/Core/util/Macros.h
<https://github.com/mz2/peer/pull/15/files#diff-ab35915f0e2aa1a4ffdc426f944d76a96126de744ef2007200bed9168c81c2e8>
(0)
- *A* External/Eigen-3.1.0-alpha2/Eigen/src/Core/util/Memory.h
<https://github.com/mz2/peer/pull/15/files#diff-a510e13fc17f14217c468f4190d4f78de5c4578446c4b8510675458000610619>
(0)
- *A* External/Eigen-3.1.0-alpha2/Eigen/src/Core/util/Meta.h
<https://github.com/mz2/peer/pull/15/files#diff-ae68fc314f6cd5e2cf77a6e5a264500c67ce4e6fe1336e57405fe55bf232d787>
(0)
- *A*
External/Eigen-3.1.0-alpha2/Eigen/src/Core/util/ReenableStupidWarnings.h
<https://github.com/mz2/peer/pull/15/files#diff-0f041bbc4e2216b3acf72f054236105b43492a0bb457da982a7dccdfb735589c>
(0)
- *A* External/Eigen-3.1.0-alpha2/Eigen/src/Core/util/StaticAssert.h
<https://github.com/mz2/peer/pull/15/files#diff-3158bd250339feef8def373cfcbfce4026a86b2b9b19f829bc0b670cd4fb6bd4>
(0)
- *A* External/Eigen-3.1.0-alpha2/Eigen/src/Core/util/XprHelper.h
<https://github.com/mz2/peer/pull/15/files#diff-7f8111a9a3d19e8e8df2c3bebd497d0b94a2300d43cc5782e71f0ffd96cab099>
(0)
- *A* External/Eigen-3.1.0-alpha2/Eigen/src/Eigen2Support/Block.h
<https://github.com/mz2/peer/pull/15/files#diff-cbe75e334cd2d4e4a41448fd048f3e16c8905cd5278895e4ba2fbfc311a8797e>
(0)
- *A*
External/Eigen-3.1.0-alpha2/Eigen/src/Eigen2Support/CMakeLists.txt
<https://github.com/mz2/peer/pull/15/files#diff-1866f07b52ce89e83c0988202d6cfa18be3a5c6353823648b6ff6b397d8bf818>
(0)
- *A* External/Eigen-3.1.0-alpha2/Eigen/src/Eigen2Support/Cwise.h
<https://github.com/mz2/peer/pull/15/files#diff-7bd60365eb7f35a2773e28ecc63e10d083697ad16190e85b3a9444fcdd4662b8>
(0)
- *A*
External/Eigen-3.1.0-alpha2/Eigen/src/Eigen2Support/CwiseOperators.h
<https://github.com/mz2/peer/pull/15/files#diff-744e22efd0e0bdd4cd74fc6d69bec44e894c8c509f730f9f20f8908f9237f8d0>
(0)
- *A*
External/Eigen-3.1.0-alpha2/Eigen/src/Eigen2Support/Geometry/AlignedBox.h
<https://github.com/mz2/peer/pull/15/files#diff-a57601d75d48bf69aa5435ab8f4b8c937549ce55de3a97598396af9295f1a0d7>
(0)
- *A*
External/Eigen-3.1.0-alpha2/Eigen/src/Eigen2Support/Geometry/All.h
<https://github.com/mz2/peer/pull/15/files#diff-5d7342ace7dee6764d743a194c1472d44f18b5a1f431f5b212f0fc9287f4f18c>
(0)
- *A*
External/Eigen-3.1.0-alpha2/Eigen/src/Eigen2Support/Geometry/AngleAxis.h
<https://github.com/mz2/peer/pull/15/files#diff-60bb6a52f6bd90c23d723cd1afe40e55e634127bda1521e52f5625618712b813>
(0)
- *A*
External/Eigen-3.1.0-alpha2/Eigen/src/Eigen2Support/Geometry/CMakeLists.txt
<https://github.com/mz2/peer/pull/15/files#diff-80c0347cb072ea1a4d7adf692c3ce9e424c614113d65d376b959cf60a09e529d>
(0)
- *A*
External/Eigen-3.1.0-alpha2/Eigen/src/Eigen2Support/Geometry/Hyperplane.h
<https://github.com/mz2/peer/pull/15/files#diff-9f09c4fefa7c1bcd9e65b16bc6371fb0601caeb3d60ff3cb9f76b1ecc578e45b>
(0)
- *A*
External/Eigen-3.1.0-alpha2/Eigen/src/Eigen2Support/Geometry/ParametrizedLine.h
<https://github.com/mz2/peer/pull/15/files#diff-d51daec1a4408be73e1a881c070c9a18d86a37569790467f7f496473f4ae9fb3>
(0)
- *A*
External/Eigen-3.1.0-alpha2/Eigen/src/Eigen2Support/Geometry/Quaternion.h
<https://github.com/mz2/peer/pull/15/files#diff-b085ff95d4262c9e51d0e8e961bcc66bd56899bdf98aa5ab8fbaf79ec6c78e70>
(0)
- *A*
External/Eigen-3.1.0-alpha2/Eigen/src/Eigen2Support/Geometry/Rotation2D.h
<https://github.com/mz2/peer/pull/15/files#diff-99cf3e8841d345e07e407a1dca43148795780de2c8551bc0b2b1510356bb447d>
(0)
- *A*
External/Eigen-3.1.0-alpha2/Eigen/src/Eigen2Support/Geometry/RotationBase.h
<https://github.com/mz2/peer/pull/15/files#diff-54e2ad6c625791958c9bfd9c4099b9ff61ad8cc9cb5fb9b936d734c2302799fe>
(0)
- *A*
External/Eigen-3.1.0-alpha2/Eigen/src/Eigen2Support/Geometry/Scaling.h
<https://github.com/mz2/peer/pull/15/files#diff-3c2231f170d2fa331b2467eff89ba8625faaa1dcbf503b341e7cda25ccc7535c>
(0)
- *A*
External/Eigen-3.1.0-alpha2/Eigen/src/Eigen2Support/Geometry/Transform.h
<https://github.com/mz2/peer/pull/15/files#diff-49c6750f38509e6b720f505b515c5bb88a5c7a5c22f521d69de8ae9ffaecf802>
(0)
- *A*
External/Eigen-3.1.0-alpha2/Eigen/src/Eigen2Support/Geometry/Translation.h
<https://github.com/mz2/peer/pull/15/files#diff-fe4d97bcd128fb035782e5c8a074c225b686812e5f9e14cbb6d28111e18eaccd>
(0)
- *A* External/Eigen-3.1.0-alpha2/Eigen/src/Eigen2Support/LU.h
<https://github.com/mz2/peer/pull/15/files#diff-9f4796f27f54b047373e8e402a53c14ac588af9322b513564d18283d2e92bc1f>
(0)
- *R* External/Eigen-3.1.0-alpha2/Eigen/src/Eigen2Support/Lazy.h
<https://github.com/mz2/peer/pull/15/files#diff-0e62a51d52d539388da6526a050fd92fc7a1f852d6d642dfcdb329afdb585d21>
(0)
- *A*
External/Eigen-3.1.0-alpha2/Eigen/src/Eigen2Support/LeastSquares.h
<https://github.com/mz2/peer/pull/15/files#diff-f593a6b8dbc6272556a6093272bae4cd9c3c079f925977a3695dde0100eb5218>
(0)
- *A* External/Eigen-3.1.0-alpha2/Eigen/src/Eigen2Support/Macros.h
<https://github.com/mz2/peer/pull/15/files#diff-b89bea8297bc0d8ea85bcee189bbbe4c38b2de56508f1343da71a485df4aa044>
(0)
- *A*
External/Eigen-3.1.0-alpha2/Eigen/src/Eigen2Support/MathFunctions.h
<https://github.com/mz2/peer/pull/15/files#diff-6b451ff650452c2ae428b07fde44bb5a7b9742dc3c7a84d2b93c31891eb2e4c5>
(0)
- *A* External/Eigen-3.1.0-alpha2/Eigen/src/Eigen2Support/Memory.h
<https://github.com/mz2/peer/pull/15/files#diff-037cc21ca1fffd79e695caa8b472df057e120bb03077d228fc18e6423c852947>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hello,
I tried to use command cmake ./..
But its giving error.
The error:
File "", line 1
from distutils import sysconfig; print sysconfig.get_python_lib()
^
SyntaxError: invalid syntax
CMake Error at python/CMakeLists.txt:49 (if):
if given arguments:
SyntaxError: invalid syntax" ")"
Unknown arguments specified
-- Configuring incomplete, errors occurred!
Can anyone please help me out with this?
Thank you