Home
last modified time | relevance | path

Searched refs:fmat1 (Results 1 – 3 of 3) sorted by relevance

/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dmao_methods.F388 FUNCTION mao_scalar_product(fmat1, fmat2) RESULT(spro)
389 TYPE(dbcsr_type) :: fmat1, fmat2 local
402 CALL dbcsr_iterator_start(dbcsr_iter, fmat1)
414 CALL dbcsr_get_info(fmat1, group=group)
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dmao_methods.F388 FUNCTION mao_scalar_product(fmat1, fmat2) RESULT(spro)
389 TYPE(dbcsr_type) :: fmat1, fmat2 local
402 CALL dbcsr_iterator_start(dbcsr_iter, fmat1)
414 CALL dbcsr_get_info(fmat1, group=group)
/dports/math/py-theano/Theano-1.0.5/theano/tests/
H A Dtest_ifelse.py245 fmat1 = tensor.matrix('fm1', dtype=self.dtype)
251 fsub1 = fmat1[-1]
263 f = theano.function([ften0, fmat1, ften2, fmat3], [],