In[1]: import torch import os import logging import numpy as np import math ... In[5]: def env_cfun(s, t, M, D, L, tau): c1 = M / torch.sqrt(4 * math.pi * D ...
確定! 回上一頁