Home
last modified time | relevance | path

Searched refs:greaterVector (Results 1 – 10 of 10) sorted by relevance

/dports/mail/nextcloud-mail/mail/vendor/rubix/tensor/src/
H A DVector.php962 return $this->greaterVector($b);
2063 public function greaterVector(Vector $b) : self function in Tensor\\Vector
H A DMatrix.php1506 return $this->greaterVector($b);
2988 public function greaterVector(Vector $b) : self function in Tensor\\Matrix
/dports/mail/nextcloud-mail/mail/vendor/rubix/tensor/ext/tensor/
H A Dvector.zep.h109 PHP_METHOD(Tensor_Vector, greaterVector);
1160 PHP_ME(Tensor_Vector, greaterVector, arginfo_tensor_vector_greatervector, ZEND_ACC_PUBLIC) in ZEND_END_ARG_INFO()
H A Dmatrix.zep.h135 PHP_METHOD(Tensor_Matrix, greaterVector);
1656 PHP_ME(Tensor_Matrix, greaterVector, arginfo_tensor_matrix_greatervector, ZEND_ACC_PUBLIC) in ZEND_END_ARG_INFO()
H A Dvector.zep.c5813 PHP_METHOD(Tensor_Vector, greaterVector) { in PHP_METHOD() argument
H A Dmatrix.zep.c9704 PHP_METHOD(Tensor_Matrix, greaterVector) { in PHP_METHOD() argument
/dports/mail/nextcloud-mail/mail/vendor/rubix/tensor/tests/
H A DVectorTest.php793 public function greaterVector() : void function in Tensor\\Tests\\VectorTest
H A DMatrixTest.php1301 public function greaterVector() : void function in Tensor\\Tests\\MatrixTest
/dports/mail/nextcloud-mail/mail/vendor/rubix/tensor/tensor/
H A Dvector.zep963 return this->greaterVector(b);
2005 public function greaterVector(const <Vector> b) -> <Vector> function in Tensor\\Vector
H A Dmatrix.zep1482 return this->greaterVector(b);
2928 public function greaterVector(const <Vector> b) -> <Matrix> function in Tensor\\Matrix