|
template void | Algorithm::allocateContainerArgument< int64_t, std::vector< int64_t > > (std::string const &name, std::vector< int64_t > *container) |
|
template void | Algorithm::allocateContainerArgument< sisi4s::real, std::vector< sisi4s::real > > (std::string const &name, std::vector< sisi4s::real > *container) |
|
template void | Algorithm::allocateContainerArgument< sisi4s::complex, std::vector< sisi4s::complex > > (std::string const &name, std::vector< sisi4s::complex > *container) |
|
template void | Algorithm::allocatedTensorArgument< sisi4s::real, CTF::Matrix< sisi4s::real > > (std::string const &name, CTF::Matrix< real > *tensor) |
|
template void | Algorithm::allocatedTensorArgument< sisi4s::real, CTF::Vector< sisi4s::real > > (std::string const &name, CTF::Vector< sisi4s::real > *tensor) |
|
template void | Algorithm::allocatedTensorArgument< sisi4s::real, CTF::Scalar< sisi4s::real > > (std::string const &name, CTF::Scalar< sisi4s::real > *tensor) |
|
template void | Algorithm::allocatedTensorArgument< sisi4s::complex, CTF::Matrix< sisi4s::complex > > (std::string const &name, CTF::Matrix< sisi4s::complex > *tensor) |
|
template void | Algorithm::allocatedTensorArgument< sisi4s::complex, CTF::Vector< sisi4s::complex > > (std::string const &name, CTF::Vector< sisi4s::complex > *tensor) |
|
template void | Algorithm::allocatedTensorArgument< sisi4s::complex, CTF::Scalar< sisi4s::complex > > (std::string const &name, CTF::Scalar< sisi4s::complex > *tensor) |
|