예제 #1
0
 def bartlett(x):
     return jnp.bartlett(x)
예제 #2
0
def bartlett(M):
  return JaxArray(jnp.bartlett(M))