6 December 2024
6 December 2024
matrix<complex<T>> matrix<complex<T>>::TransposeConjugate(void) const;The method returns a new conjugate-transposed matrix in which the elements of the original matrix are transposed and converted to their complex conjugates.
int matrix<T>::CompareEqual(const matrix<T>& mat) constThe return values are:
pip install --upgrade MetaTrader5